diff --git a/firmware/GyverLamp_v1.4/effectTicker.ino b/firmware/GyverLamp_v1.4/effectTicker.ino index 3a35311..c943111 100644 --- a/firmware/GyverLamp_v1.4/effectTicker.ino +++ b/firmware/GyverLamp_v1.4/effectTicker.ino @@ -64,7 +64,10 @@ void changePower() delay(2); FastLED.show(); } + TimerManager::TimerRunning = false; TimerManager::TimerHasFired = false; TimerManager::TimeToFire = 0ULL; + + FavoritesManager::FavoritesRunning = false; }