diff --git a/src/main.cpp b/src/main.cpp index ceef3f1c..6a0bf75f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -174,7 +174,6 @@ void verifyWakeupLongPress() { delay(10); inputManager.update(); } while (inputManager.isPressed(InputManager::BTN_POWER) && inputManager.getHeldTime() < calibratedPressDuration); - // Abort wakeup if the button was released before the required press duration abort = (inputManager.getHeldTime() < calibratedPressDuration); } else { abort = true;