SWUpdate library to be used with RPC.

Fork of SWUpdate by David Smart

Revision:
19:169aab9047bd
Parent:
18:5f7667d63a27
Child:
20:cf73b0d75bb7
--- a/SWUpdate.h	Sat Oct 11 17:27:46 2014 +0000
+++ b/SWUpdate.h	Mon Jan 19 13:33:47 2015 +0000
@@ -136,6 +136,7 @@
     SWUP_VWRITE_FAILED    = 0x10,   ///< Can't open for write the version tracking file.
     SWUP_INTEGRITY_FAILED = 0x20,   ///< Integrity check of downloaded file failed.
     SWUP_HTTP_VER         = 0x40,   ///< HTTP get returned an error while trying to fetch the version file.
+    SWUP_NO_SPACE         = 0x80,   ///< No space on file system for new version.
 } SWUpdate_T;