appideasDOTcom / APPideasLights

Arduino and mobile app code for the APPideas Lights projects
18 stars 5 forks source link

There is no error checking on WiFi connect #7

Open appideasDOTcom opened 5 years ago

appideasDOTcom commented 5 years ago

After the user enters WiFi credentials, there is no checking of the user input or verification that the connection succeeded. Everything blindly assumes that the parameters are correct.

If parameters are incorrect, the ESP will return to Access Point mode after 30 seconds, and the user may re-open the connection details input screen, but there is no indication in the interface of the failure.