paulfer 0 Posted August 18, 2016 Share Posted August 18, 2016 Hi Guys I have a CC3200 Launchpad. I have loaded the sketch : APwatchhConnectDisconnect However, when my sketch gets to the LocalIP() loop. It simply hangs up??? Anyone know whats wrong?? Here is the code that hangs,,,, WiFi.beginNetwork(wifi_name, wifi_password); Serial.println("OK"); //<---- this prints while (WiFi.localIP() == INADDR_NONE) //<-----it hangs here { // print dots while we wait for the AP config to complete Serial.print('.'); delay(300); } PLease can anyone help?? Regds Paul Quote Link to post Share on other sites
paulfer 0 Posted August 19, 2016 Author Share Posted August 19, 2016 HI Guys, I got it to work by formatting the device with UNIFLASH! Regds Paul Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.