diff --git a/wled00/remote.cpp b/wled00/remote.cpp index e878f8eb..5a993c29 100644 --- a/wled00/remote.cpp +++ b/wled00/remote.cpp @@ -114,6 +114,8 @@ static void setOff() { } static void presetWithFallback(uint8_t presetID, uint8_t effectID, uint8_t paletteID) { + resetNightMode(); + unloadPlaylist(); applyPresetWithFallback(presetID, CALL_MODE_BUTTON_PRESET, effectID, paletteID); }