Add colorUpdated call

This commit is contained in:
Scott Bailey 2021-09-28 09:56:00 -07:00
parent 8453cd82e9
commit 3a874bc8c7

View File

@ -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.