When setting AP mode it will wait 60 seconds before trying to reconnect

This commit is contained in:
Xose Pérez
2017-02-18 23:08:21 +01:00
parent cecd7d556b
commit c8a6234aee

View File

@@ -47,6 +47,8 @@ bool wifiConnected() {
}
bool createAP() {
jw.disconnect();
jw.resetReconnectTimeout();
return jw.createAP();
}