@@ -10,7 +10,7 @@ set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_C_COMPILER_WORKS 1)
set(CMAKE_CXX_COMPILER_WORKS 1)
-project("untitled" C CXX)
+project("SpotlightRGBW" C CXX)
include(CMakeListsPrivate.txt)
@@ -18,4 +18,5 @@ lib_deps =
me-no-dev/ESP Async WebServer
adafruit/Adafruit NeoPixel@^1.10.4
bblanchon/ArduinoJson
+ ;Arduino-IRremote/Arduino-IRremote
;FastLED/FastLED
@@ -445,7 +445,9 @@ void loop() {
hasRun = hasRun || clusters[i]->runAnimation();
}
if (hasRun || extShow) {
+ noInterrupts();
leds.show();
+ interrupts();
extShow = false;