From 761ac4e08acb24401e9c007cdad70d73aa2fd7e8 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Thu, 23 Apr 2026 21:12:59 -0500 Subject: [PATCH] Drop the LongPressIrq detection --- src/Power.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Power.cpp b/src/Power.cpp index ed0c3b2b3..5fe8097ec 100644 --- a/src/Power.cpp +++ b/src/Power.cpp @@ -948,13 +948,6 @@ int32_t Power::runOnce() LOG_DEBUG("Battery removed"); } */ -#ifndef T_WATCH_S3 // FIXME - why is this triggering on the T-Watch S3? - if (PMU->isPekeyLongPressIrq()) { - LOG_DEBUG("PEK long button press"); - if (screen) - screen->setOn(false); - } -#endif PMU->clearIrqStatus(); }