diff --git a/wled00/remote.cpp b/wled00/remote.cpp index bce34f9d4..793c24c2c 100644 --- a/wled00/remote.cpp +++ b/wled00/remote.cpp @@ -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(); + unloadPlaylist(); applyPresetWithFallback(presetID, CALL_MODE_BUTTON_PRESET, effectID, paletteID); }