Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Revision:
23:8cfc6fdce6b0
Parent:
17:7268f365676b
Child:
24:e27e23297f02
--- a/internal/network/NetworkJoin.cpp	Tue Aug 26 16:53:06 2014 -0700
+++ b/internal/network/NetworkJoin.cpp	Sat Sep 06 14:24:03 2014 -0700
@@ -85,7 +85,7 @@
 
     if(wiconnect->internalProcessingState == FS_GET_STATUS)
     {
-#define MAX_JOIN_TIME 15000
+#define MAX_JOIN_TIME 30000
         TimeoutTimer timeout;
 
         status_loop: