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

Files at this revision

API Documentation at this revision

Comitter:
dan_ackme
Date:
Sat Sep 06 14:24:03 2014 -0700
Parent:
22:2d7ef60a9f2a
Child:
24:e27e23297f02
Commit message:
increased join timeout

Changed in this revision

internal/network/NetworkJoin.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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: