diff --git a/src/main.cpp b/src/main.cpp index 03bd83e..ba52b7e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -37,6 +37,7 @@ void setup() void loop() { + IR::update(); if (STATUS_LED_ENABLE) { LED::updateStatusLED(BLEManager::deviceConnected);