Browse Source

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

fastled
Xose Pérez 7 years ago
parent
commit
c8a6234aee
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      code/espurna/wifi.ino

+ 2
- 0
code/espurna/wifi.ino View File

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


Loading…
Cancel
Save