We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8453cd8 commit 3a874bcCopy full SHA for 3a874bc
wled00/ir.cpp
@@ -618,7 +618,8 @@ void decodeIRJson(uint32_t code)
618
cmdStr = "win&" + cmdStr;
619
}
620
handleSet(nullptr, cmdStr, false);
621
- }
+ }
622
+ colorUpdated(CALL_MODE_BUTTON);
623
} else if (!jsonCmdObj.isNull()) {
624
// command is JSON object
625
//allow applyPreset() to reuse JSON buffer, or it would alloc. a second buffer and run out of mem.
0 commit comments