tayfunulu / WiFiManager

WiFi manager for ESP8266 - ESP12 - ESP32 - micropython
MIT License
345 stars 104 forks source link

Add link to next Webui #11

Open TilCreator opened 6 years ago

TilCreator commented 6 years ago

Adds link to success page to IP in new WiFi.

TilCreator commented 6 years ago

If link_to_next_webui is set to True on the successfully connected page there is a link to the IP of the ESP in the newly connected WiFi. This is useful if the ESP shows an other web interface after the WiFiManager, because the user can just click the link and doesn't have to search the new IP of the ESP.

ThomasWaldmann commented 6 years ago

Ah, can you just copy and paste your last comment to the source code, above the setting?

If we do not display that new IP yet as plain text, that might be also useful for the cases the user does not run a web interface on the new ip, but some other service (but still needs to know the new ip somehow).