From 0743f8ac8cd11f07d141cee465d6cf4c8f4c1f5d Mon Sep 17 00:00:00 2001 From: Jason P Date: Thu, 8 Jan 2026 08:46:03 -0600 Subject: [PATCH] Gate to screenless devices only --- src/input/ButtonThread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input/ButtonThread.cpp b/src/input/ButtonThread.cpp index 4cc18a8bc..502959288 100644 --- a/src/input/ButtonThread.cpp +++ b/src/input/ButtonThread.cpp @@ -241,7 +241,7 @@ int32_t ButtonThread::runOnce() this->notifyObservers(&evt); playComboTune(); break; - +#if !HAS_SCREEN case 4: if (moduleConfig.external_notification.enabled && externalNotificationModule) { externalNotificationModule->setMute(!externalNotificationModule->getMute()); @@ -255,7 +255,7 @@ int32_t ButtonThread::runOnce() } } break; - +#endif // No valid multipress action default: break;