You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest that you use WifiManager to manage the connection of the ESP8266 to a router - it sets up a captive portal when you select the ESP8266 AP and gathers all the necessary information.
Also, you could use mDNS to define a hostname for the clock, rather than having to use an IP address. I believe that WifiManager allows you to add configuration parameters to its captive portal, so you could allow the user to override a default hostname there.
The text was updated successfully, but these errors were encountered:
thanks for that, you're totally right and it is on the list, just there are not enough hours in the day. In fact I have a rather large update in mind: The old Bootstrap code is looking really tired.
I would like to suggest that you use WifiManager to manage the connection of the ESP8266 to a router - it sets up a captive portal when you select the ESP8266 AP and gathers all the necessary information.
Also, you could use mDNS to define a hostname for the clock, rather than having to use an IP address. I believe that WifiManager allows you to add configuration parameters to its captive portal, so you could allow the user to override a default hostname there.
The text was updated successfully, but these errors were encountered: