Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Files at this revision

API Documentation at this revision

Comitter:
xinlei
Date:
Fri Aug 07 12:55:27 2015 +0000
Parent:
133:7b6b4e515a0d
Child:
135:c4009ecaf5c0
Commit message:
bump version to v2.2rc1

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Aug 07 12:47:16 2015 +0000
+++ b/main.cpp	Fri Aug 07 12:55:27 2015 +0000
@@ -81,7 +81,7 @@
 
 int main()
 {
-    LCDDisplay::inst().setLines("Mbed Agent V2.1", srHost);
+    LCDDisplay::inst().setLines("Mbed Agent V2.2rc1", srHost);
 //    set_time(1256729737);
     MDMRtos<MDMSerial> mdm;
     pMdm = &mdm;