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

Revision:
107:fc5f25f0e0d5
Parent:
99:e369fc75c000
Child:
131:ca312ec4bd0f
--- a/io/GPSTracker.cpp	Mon May 11 18:10:44 2015 +0000
+++ b/io/GPSTracker.cpp	Wed May 13 12:12:55 2015 +0000
@@ -33,7 +33,6 @@
     char buf[256], chr; // needs to be that big otherwise mdm isn't working
     int ret, len, n;
     double altitude, latitude, longitude;
-    aInfo("GPS thread: %p\r\n", Thread::gettid());    
     while (true) {
         ret = _gps.getMessage(buf, sizeof(buf));
         if (ret <= 0) {