Add logging for actions

This commit is contained in:
Jason P
2026-01-07 08:03:27 -06:00
parent 8e974b4479
commit 9e7fd608aa

View File

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