Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Arthur Tazhitdinov 2026-01-20 04:44:01 +05:00 committed by GitHub
parent 676aef19e7
commit ea5caafc71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -310,7 +310,7 @@ void setup() {
KOREADER_STORE.loadFromFile();
if (!isWakeupAfterFlashing()) {
// If we woke up from sleep, verify long press
// For normal wakeups (not immediately after flashing), verify long press
verifyWakeupLongPress();
}