Drop the LongPressIrq detection

This commit is contained in:
Jonathan Bennett
2026-04-23 21:12:59 -05:00
parent f8368f5bd2
commit 761ac4e08a

View File

@@ -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();
}