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:
79:ff3014b3637e
Parent:
78:00cca62e5d9f
Child:
80:d635c0eddd6e
--- a/wnc_control.cpp	Mon Aug 15 21:46:21 2016 +0000
+++ b/wnc_control.cpp	Mon Aug 15 22:40:14 2016 +0000
@@ -562,7 +562,7 @@
   string * pRespStr;
   string str(s);
   str = "AT@DNSRESVDON=\"" + str + "\"";
-  if (send_wnc_cmd(str.c_str(), &pRespStr, 15000) == 0)
+  if (send_wnc_cmd(str.c_str(), &pRespStr, 60000) == 0)
   {
     size_t pos_start = pRespStr->find(":\"") + 2;
     size_t pos_end = pRespStr->rfind("\"") - 1;