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
Hi,
Imagine a router and ESP power down. The router maybe takes a while to span a wi-fi network.
In the meanwhile ESP boots and can't connect, then goes to AP and doesn't connect anymore to router. This is not what I want for an IoT device.
Is possible to simply let ESP trying to connect to wi-fi without AP mode?
The text was updated successfully, but these errors were encountered:
piertoni
changed the title
Station mode not necessary with previous saved credentials
Access Point not necessary with previous saved credentials
Apr 5, 2016
yes, either use wifiManager.setConfigPortalTimeout(180); so it stays in portal for said timeout, then make it reboot and retry (this is what i use) or just start config portal manually when you actually need it.
Hi,
Imagine a router and ESP power down. The router maybe takes a while to span a wi-fi network.
In the meanwhile ESP boots and can't connect, then goes to AP and doesn't connect anymore to router. This is not what I want for an IoT device.
Is possible to simply let ESP trying to connect to wi-fi without AP mode?
The text was updated successfully, but these errors were encountered: