From 833f69092fcc93980bcfd83136da4f9945611577 Mon Sep 17 00:00:00 2001 From: Lorow Date: Sat, 10 May 2025 16:19:16 +0200 Subject: [PATCH] switch default led state not to be repeatable --- components/LEDManager/LEDManager/LEDManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/LEDManager/LEDManager/LEDManager.cpp b/components/LEDManager/LEDManager/LEDManager.cpp index 7ee75f9..7a4afe3 100644 --- a/components/LEDManager/LEDManager/LEDManager.cpp +++ b/components/LEDManager/LEDManager/LEDManager.cpp @@ -7,7 +7,7 @@ ledStateMap_t LEDManager::ledStateMap = { LEDStates_e::_LedStateNone, { false, - true, + false, {{LED_OFF, 1000}}, }, },