mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-19 06:37:13 +01:00
When setting AP mode it will wait 60 seconds before trying to reconnect
This commit is contained in:
@@ -47,6 +47,8 @@ bool wifiConnected() {
|
||||
}
|
||||
|
||||
bool createAP() {
|
||||
jw.disconnect();
|
||||
jw.resetReconnectTimeout();
|
||||
return jw.createAP();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user