mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-07 08:07:40 +03:00
chore: redundant comment
This commit is contained in:
parent
cdfe057b29
commit
c4b76ef6dc
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user