diff --git a/src/text/OptionScreen.cpp b/src/text/OptionScreen.cpp index a782b83..8e86793 100644 --- a/src/text/OptionScreen.cpp +++ b/src/text/OptionScreen.cpp @@ -36,7 +36,7 @@ void OptionScreen::update() { void OptionScreen::startCountDown() { auto epochMs = getCurrentEpochTimeMillis(); - nextMsEpoch = epochMs + 1000; + nextMsEpoch = epochMs; hasStartedCounting_ = true; stepsDone = 0; } \ No newline at end of file