Browse Source

Remove 500ms delay on boot

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

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

@ -227,7 +227,6 @@ void setup() {
saveSettings();
}
delay(500);
wifiSetup();
otaSetup();
#if TELNET_SUPPORT


Loading…
Cancel
Save