From 3a32555addca78c864340e876d0d80b098553ae6 Mon Sep 17 00:00:00 2001 From: pelgraine <140762863+pelgraine@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:14:12 +1100 Subject: [PATCH] changed wording of light flash on off to make it slightly clearer --- examples/companion_radio/ui-new/Settingsscreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/companion_radio/ui-new/Settingsscreen.h b/examples/companion_radio/ui-new/Settingsscreen.h index 2ff634cb..bd64b9cd 100644 --- a/examples/companion_radio/ui-new/Settingsscreen.h +++ b/examples/companion_radio/ui-new/Settingsscreen.h @@ -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;