Skip to content

Commit

Permalink
fix case statement
Browse files Browse the repository at this point in the history
  • Loading branch information
oseiler2 committed May 3, 2024
1 parent 077ca59 commit 6c1377a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/CannedMessageModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6c1377a

Please sign in to comment.