mirror of
https://github.com/wled/WLED.git
synced 2025-07-21 09:46:32 +00:00
Add colorUpdated call
This commit is contained in:
parent
8453cd82e9
commit
3a874bc8c7
@ -619,6 +619,7 @@ void decodeIRJson(uint32_t code)
|
|||||||
}
|
}
|
||||||
handleSet(nullptr, cmdStr, false);
|
handleSet(nullptr, cmdStr, false);
|
||||||
}
|
}
|
||||||
|
colorUpdated(CALL_MODE_BUTTON);
|
||||||
} else if (!jsonCmdObj.isNull()) {
|
} else if (!jsonCmdObj.isNull()) {
|
||||||
// command is JSON object
|
// command is JSON object
|
||||||
//allow applyPreset() to reuse JSON buffer, or it would alloc. a second buffer and run out of mem.
|
//allow applyPreset() to reuse JSON buffer, or it would alloc. a second buffer and run out of mem.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user