Browse Source

Do not save wifi conifguration to flash

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

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

@ -116,6 +116,7 @@ void wifiStatus() {
void wifiSetup() {
WiFi.persistent(false);
wifiConfigure();
// Message callbacks


Loading…
Cancel
Save