Remote I/O Sensor bus with AT&T flow and M2X cloud

Dependencies:   DHT11 FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revision:
32:1e052a3e73fe
Parent:
30:33be8e2992f3
Child:
34:1a4498e3580e
--- a/wnc_control.cpp	Fri Jul 22 15:09:31 2016 +0000
+++ b/wnc_control.cpp	Fri Jul 22 16:22:17 2016 +0000
@@ -202,9 +202,6 @@
   static const char * rsp_lst[] = { "OK", "ERROR", NULL };
   int len;
   
-  // Per WNC between every AT cmd:
-  wait_ms(20);
-  
   pc.printf("Send: %s\r\n",s);
   int res = mdm_sendAtCmdRsp(s, rsp_lst, ms_timeout, &wncStr, &len);
   *r = &wncStr;   // Return a pointer to the static string