Remote Writing IoT Data to Influx-DB over HTTP-API.

Dependencies:   FXOS8700CQ mbed

Fork of AvnetATT_shape_hackathon by Demo Software for Avnet+AT&T IoT kit.

Files at this revision

API Documentation at this revision

Comitter:
fkellermavnet
Date:
Wed Jul 13 15:57:38 2016 +0000
Parent:
17:38a8cc0c6ba5
Child:
19:f89baed3bd6f
Commit message:
Add a 3 sec delay between afterWNC hardware init is done and before the AT sockets commands are sent to the WNC.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jul 13 15:48:37 2016 +0000
+++ b/main.cpp	Wed Jul 13 15:57:38 2016 +0000
@@ -462,6 +462,9 @@
         }
     } while (!i);
     
+    // wait for a little yet for the socket service to allow for connect!!!
+    wait_ms(3000);
+    
     //Software init
     software_init_mdm();