Skip to content

Commit 3a874bc

Browse files
committed
Add colorUpdated call
1 parent 8453cd8 commit 3a874bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wled00/ir.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,8 @@ void decodeIRJson(uint32_t code)
618618
cmdStr = "win&" + cmdStr;
619619
}
620620
handleSet(nullptr, cmdStr, false);
621-
}
621+
}
622+
colorUpdated(CALL_MODE_BUTTON);
622623
} else if (!jsonCmdObj.isNull()) {
623624
// command is JSON object
624625
//allow applyPreset() to reuse JSON buffer, or it would alloc. a second buffer and run out of mem.

0 commit comments

Comments
 (0)