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:
37:5ee74d72efe4
Parent:
36:a30cbf4bdb13
--- a/Wiconnect.cpp	Thu Nov 27 00:46:50 2014 -0800
+++ b/Wiconnect.cpp	Thu Nov 27 01:11:12 2014 -0800
@@ -195,7 +195,7 @@
     }
 
     nonBlocking = savedNonBlocking;
-    if(result != WICONNECT_SUCCESS)
+    if(result != WICONNECT_SUCCESS && !needUpdate)
     {
         initialized = false;
     }