Browse Source

Using yield in main loop

fastled
Xose Pérez 8 years ago
parent
commit
69139ac2a7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      code/src/main.ino
  2. +1
    -1
      code/src/ntp.ino

+ 1
- 1
code/src/main.ino View File

@ -199,6 +199,6 @@ void loop() {
powerMonitorLoop();
#endif
delay(1);
yield();
}

+ 1
- 1
code/src/ntp.ino View File

@ -1,6 +1,6 @@
/*
RENTALITO
ESPURNA
NTP MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>


Loading…
Cancel
Save