Przycisk reset - obsługa diody

This commit is contained in:
sieja
2025-06-28 21:54:57 +02:00
parent c1551340ee
commit 7e814167ca

View File

@@ -395,7 +395,15 @@ void loop() {
}
}
// if minął czas -> resetVal = 0;
if (resetVal == 1 ){
neoPixelFilter = 0;
} else {
neoPixelFilter = 1;
}
delay(100);
//NEOPIXELS
// #################################################################