From fc1ee568d89fb3534c62e376a6ae779d2cd0b5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=96=E5=8F=81?= Date: Fri, 27 Dec 2024 11:33:31 +0800 Subject: [PATCH] fix: ir update --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) 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);