Browse Source

Restore small delay before wifi to allow autoconnection

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

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

@ -122,6 +122,9 @@ void setup() {
relaySetup(); relaySetup();
buttonSetup(); buttonSetup();
ledSetup(); ledSetup();
delay(500);
wifiSetup(); wifiSetup();
otaSetup(); otaSetup();
mqttSetup(); mqttSetup();


Loading…
Cancel
Save