diff --git a/src/input/ButtonThread.cpp b/src/input/ButtonThread.cpp index 60b82b2e9..35dabc8b2 100644 --- a/src/input/ButtonThread.cpp +++ b/src/input/ButtonThread.cpp @@ -248,8 +248,10 @@ int32_t ButtonThread::runOnce() IF_SCREEN(if (!externalNotificationModule->getMute()) externalNotificationModule->stopNow();) } if (externalNotificationModule->getMute()) { + LOG_INFO("Temporarily Muted"); play4ClickDown(); // Disable tone } else { + LOG_INFO("Unmuted"); play4ClickUp(); // Enable tone } break;