FRDM-K64F, Avnet M14A2A, Grove Shield, to create smart home system. In use with AT&Ts M2x & Flow.

Dependencies:   mbed FXOS8700CQ MODSERIAL

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);