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; }