Unload playlist on Wiz remote preset button press
This commit is contained in:
parent
0739cfc240
commit
3975fe0f02
@ -101,8 +101,9 @@ static void setOff() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void presetWithFallback(uint8_t presetID, uint8_t effectID, uint8_t paletteID) {
|
void presetWithFallback(uint8_t presetID, uint8_t effectID, uint8_t paletteID) {
|
||||||
resetNightMode();
|
resetNightMode();
|
||||||
|
unloadPlaylist();
|
||||||
applyPresetWithFallback(presetID, CALL_MODE_BUTTON_PRESET, effectID, paletteID);
|
applyPresetWithFallback(presetID, CALL_MODE_BUTTON_PRESET, effectID, paletteID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user