chore: redundant comment

This commit is contained in:
Arthur Tazhitdinov 2026-01-20 05:21:57 +05:00
parent cdfe057b29
commit c4b76ef6dc

View File

@ -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;