Brightness change also needs colorUpdated()
This commit is contained in:
parent
dc9d48850f
commit
45e0cbdb25
@ -625,8 +625,8 @@ void decodeIRJson(uint32_t code)
|
|||||||
cmdStr = "win&" + cmdStr;
|
cmdStr = "win&" + cmdStr;
|
||||||
}
|
}
|
||||||
handleSet(nullptr, cmdStr, false);
|
handleSet(nullptr, cmdStr, false);
|
||||||
colorUpdated(CALL_MODE_BUTTON);
|
|
||||||
}
|
}
|
||||||
|
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…
Reference in New Issue
Block a user