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);
|
delay(10);
|
||||||
inputManager.update();
|
inputManager.update();
|
||||||
} while (inputManager.isPressed(InputManager::BTN_POWER) && inputManager.getHeldTime() < calibratedPressDuration);
|
} 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);
|
abort = (inputManager.getHeldTime() < calibratedPressDuration);
|
||||||
} else {
|
} else {
|
||||||
abort = true;
|
abort = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user