From 3a874bc8c7d6e1d520c4829a77b61dc902489bf2 Mon Sep 17 00:00:00 2001 From: Scott Bailey Date: Tue, 28 Sep 2021 09:56:00 -0700 Subject: [PATCH] Add colorUpdated call --- wled00/ir.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wled00/ir.cpp b/wled00/ir.cpp index ca99e4d66..2a04458bd 100644 --- a/wled00/ir.cpp +++ b/wled00/ir.cpp @@ -618,7 +618,8 @@ void decodeIRJson(uint32_t code) cmdStr = "win&" + cmdStr; } handleSet(nullptr, cmdStr, false); - } + } + 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.