Skip to content

Commit

Permalink
Expclicitly set WiFi reconnect flag
Browse files Browse the repository at this point in the history
  • Loading branch information
judge2005 committed Oct 26, 2019
1 parent 70c2ff2 commit 5763228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ITS1A.ino
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,8 @@ void setup()

initClock();

WiFi.setAutoReconnect(true);

createSSID();

server.serveStatic("/", SPIFFS, "/");
Expand Down

0 comments on commit 5763228

Please sign in to comment.