Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
17:b3a4b4bdfc59
Parent:
14:56478403e340
Child:
20:505d29d5bdfc
--- a/MbedDataSink.cpp	Tue Mar 03 14:51:54 2015 +0000
+++ b/MbedDataSink.cpp	Wed Mar 04 09:35:25 2015 +0000
@@ -111,7 +111,7 @@
     ret = _sock.send(_buf, _len);
     
     //TODO: fix bug in u-blox so no longer wait is needed
-    wait(0.5);
+//    wait(0.5);
     
     if (ret < 0){
         puts("Send failed.");