From c4b76ef6dcd97020c6c141538c7f34b341195f63 Mon Sep 17 00:00:00 2001 From: Arthur Tazhitdinov Date: Tue, 20 Jan 2026 05:21:57 +0500 Subject: [PATCH] chore: redundant comment --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) 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;