From ea5caafc71ac93ca38897c8165729c1c3b0ce144 Mon Sep 17 00:00:00 2001 From: Arthur Tazhitdinov Date: Tue, 20 Jan 2026 04:44:01 +0500 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 3cdbd34c..edee5ce5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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(); }