From bd3dc2ecd2cec0c95ace4c9ea38ca4938792f5e1 Mon Sep 17 00:00:00 2001 From: Stanislav Khromov Date: Thu, 15 Jan 2026 00:54:33 +0100 Subject: [PATCH] Update main.cpp --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 7cb2a979..5229d3c1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -152,7 +152,6 @@ void enterNewActivity(Activity* activity) { // Verify long press on wake-up from deep sleep void verifyWakeupLongPress() { // Skip verification for software resets (for example when calling esp_restart after sd card format) - // All other cases (deep sleep wake, power on, etc.) still require long press if (esp_reset_reason() == ESP_RST_SW) { return; }