Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Files at this revision

API Documentation at this revision

Comitter:
xinlei
Date:
Fri May 15 10:14:05 2015 +0000
Parent:
110:ee9ae4a5e55c
Child:
112:3872569be2af
Commit message:
bump version to v2.1rc4

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri May 15 10:13:19 2015 +0000
+++ b/main.cpp	Fri May 15 10:14:05 2015 +0000
@@ -81,7 +81,7 @@
 
 int main()
 {
-    LCDDisplay::inst().setLines("Mbed Agent V2.1rc3", srHost);
+    LCDDisplay::inst().setLines("Mbed Agent V2.1rc4", srHost);
     set_time(1256729737);
     MDMRtos<MDMSerial> mdm;
     pMdm = &mdm;