1
0
forked from iarv/Meck

changed wording of light flash on off to make it slightly clearer

This commit is contained in:
pelgraine
2026-02-17 20:14:12 +11:00
parent 034cc64f8c
commit 3a32555add

View File

@@ -468,7 +468,7 @@ public:
break;
case ROW_MSG_NOTIFY:
snprintf(tmp, sizeof(tmp), "Msg Flash: %s",
snprintf(tmp, sizeof(tmp), "Msg Rcvd LED Light Pulse: %s",
_prefs->kb_flash_notify ? "ON" : "OFF");
display.print(tmp);
break;