fix case statement

This commit is contained in:
Oliver Seiler 2024-05-03 18:59:33 +12:00
parent 077ca5919a
commit 6c1377aa39

View File

@ -438,8 +438,8 @@ int32_t CannedMessageModule::runOnce()
if (screen)
screen->forceDisplay();
showTemporaryMessage("GPS Toggled");
break;
#endif
break;
// mute (switch off/toggle) external notifications on fn+m
case 0xac:
if (moduleConfig.external_notification.enabled == true) {