From 440ab14d7f30c679acc16323d7db4cdcdd8f291c Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Tue, 24 Feb 2026 09:29:51 -0800 Subject: [PATCH] Rephrase command channel failure warning --- app/keystore.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/keystore.py b/app/keystore.py index ad5ed28..7dd5321 100644 --- a/app/keystore.py +++ b/app/keystore.py @@ -19,9 +19,9 @@ if TYPE_CHECKING: logger = logging.getLogger(__name__) NO_EVENT_RECEIVED_GUIDANCE = ( - "Radio command channel is unresponsive (no_event_received). Possible causes: " - "incompatible firmware for the meshcore_py command interface; or another " - "serial/TCP/BLE connectivity error. The app cannot proceed because it cannot " + "Radio command channel is unresponsive (no_event_received). Ensure that your firmware is not " + "incompatible, outdated, or wrong-mode (e.g. repeater, not client), and that" + "serial/TCP/BLE connectivity is successful (try another app and see if that one works?). The app cannot proceed because it cannot " "issue commands to the radio." )