From 45e0cbdb25360bb87442b691c64b95fa4ae75fc0 Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Wed, 29 Sep 2021 17:43:54 +0200 Subject: [PATCH] Brightness change also needs colorUpdated() --- wled00/ir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/ir.cpp b/wled00/ir.cpp index e9f2cf00..49a72356 100644 --- a/wled00/ir.cpp +++ b/wled00/ir.cpp @@ -625,8 +625,8 @@ void decodeIRJson(uint32_t code) cmdStr = "win&" + cmdStr; } handleSet(nullptr, cmdStr, false); - colorUpdated(CALL_MODE_BUTTON); } + colorUpdated(CALL_MODE_BUTTON); } else if (!jsonCmdObj.isNull()) { // command is JSON object //allow applyPreset() to reuse JSON buffer, or it would alloc. a second buffer and run out of mem.