mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 13:41:28 +00:00
fix case statement
This commit is contained in:
parent
077ca5919a
commit
6c1377aa39
@ -438,8 +438,8 @@ int32_t CannedMessageModule::runOnce()
|
|||||||
if (screen)
|
if (screen)
|
||||||
screen->forceDisplay();
|
screen->forceDisplay();
|
||||||
showTemporaryMessage("GPS Toggled");
|
showTemporaryMessage("GPS Toggled");
|
||||||
break;
|
|
||||||
#endif
|
#endif
|
||||||
|
break;
|
||||||
// mute (switch off/toggle) external notifications on fn+m
|
// mute (switch off/toggle) external notifications on fn+m
|
||||||
case 0xac:
|
case 0xac:
|
||||||
if (moduleConfig.external_notification.enabled == true) {
|
if (moduleConfig.external_notification.enabled == true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user