SWUpdate library to be used with RPC.

Fork of SWUpdate by David Smart

Revision:
8:8e840a036116
Parent:
7:a7efbae7e02e
Child:
9:73067ef14c30
--- a/SWUpdate.cpp	Sun Jun 15 00:46:34 2014 +0000
+++ b/SWUpdate.cpp	Sun Jun 15 20:01:58 2014 +0000
@@ -77,7 +77,6 @@
         int cksum = 0;
         int fsize = 0;
         int parseCount;
-        INFO("  read {%s}", buf);
         parseCount = sscanf(buf, "%d,%d,%d", &latest_ver, &cksum, &fsize);
         if (parseCount == 3) {
             INFO("  web version: %d", latest_ver);