Skip to content

Commit

Permalink
small neopixel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorYbema committed Jan 19, 2025
1 parent 9077f37 commit ced1892
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions HeishaMon/HeishaMon.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1175,8 +1175,6 @@ void factoryReset() {
yield();
}
#else
pixels.begin();
pixels.clear();
while (true) {
delay(100);
pixels.setPixelColor(0, 128, 0, 0);
Expand Down Expand Up @@ -1417,8 +1415,6 @@ void setup() {
yield();
}
#else
pixels.begin();
pixels.clear();
while (true) {
delay(50);
pixels.setPixelColor(0, 128, 0, 0);
Expand Down

0 comments on commit ced1892

Please sign in to comment.