appideasDOTcom / APPideasLights

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

Switch to Nodes screen after WiFi connect #13

Open appideasDOTcom opened 5 years ago

appideasDOTcom commented 5 years ago

After the WiFi connection on the ESP8266. the app is left in a state of confusion and has to be stopped and restarted after the phone/device device connects back to the target network before the screen that allows one to add nodes will appear.

The app should detect the network change, which will happen automatically in most cases, and automatically switch to the Nodes screen.

The current workarounds are:

  1. Stop and restart the app after configuring the ESP8266 to connect to the home network, or
  2. Configure the ESP8266 through a web browser at http://192.168.4.1:5050 before opening the app