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
After connecting successfully in a Wifi network, when I try to change to another network I have, it connects with success but when I click in "Visit device" it directs me to the old IP resulting in "ERR_ADDRESS_UNREACHABLE" since ESP doesn't serving in that address anymore.
Steps to reproduce:
Select and connect in a WiFi network "A"
Click in "Visit Device" -> It redirects correctly. Let say the ip is 192.168.3.1
Open the configuration screen again and Click in "Change Wifi"
Select and connect in another network, let say "B". It will connect with success.
Clicking in "Visit Device" it tries to redirect to 192.168.3.1 (the first IP assigned)
Typing the new IP, the local web page is served normally
The text was updated successfully, but these errors were encountered:
After connecting successfully in a Wifi network, when I try to change to another network I have, it connects with success but when I click in "Visit device" it directs me to the old IP resulting in "ERR_ADDRESS_UNREACHABLE" since ESP doesn't serving in that address anymore.
Steps to reproduce:
192.168.3.1
192.168.3.1
(the first IP assigned)The text was updated successfully, but these errors were encountered: