Modified example with AT command traces for AT%MEAS, AT%PCONI and AT%CGEQOS. Loading times calculated for each cloud transfer

Dependencies:   FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revision:
40:aec4d09fde23
Parent:
30:33be8e2992f3
Child:
42:be4b9ee3a615
--- a/wnc_control.h	Sat Jul 23 14:58:03 2016 +0000
+++ b/wnc_control.h	Sat Jul 23 20:13:01 2016 +0000
@@ -2,7 +2,7 @@
 #ifndef __WNC_CONTROL_H_
 #define __WNC_CONTROL_H_
 
-static const unsigned WNC_TIMEOUT_MS = 5000;
+static const unsigned WNC_TIMEOUT_MS = 10000;
 
 // Core function that sends data to the WNC UART
 extern int send_wnc_cmd(const char * s, string ** r, int ms_timeout);