From fedc687313b8e1672b988e6477f1e56ffd08a397 Mon Sep 17 00:00:00 2001 From: Jim Tittsler Date: Fri, 26 Dec 2025 23:57:10 -0800 Subject: [PATCH] Fix set/get help message help said "echo_unk_channels" but the command is parsed as "echo_unk_chans" --- src/meshcore_cli/meshcore_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshcore_cli/meshcore_cli.py b/src/meshcore_cli/meshcore_cli.py index 867e345..0c8d0ad 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -3497,7 +3497,7 @@ def get_help_for (cmdname, context="line") : json_log_rx : logs packets incoming to device as json channel_echoes : print repeats for channel data advert_echoes : print repeats for adverts - echo_unk_channels : also dump unk channels (encrypted) + echo_unk_chans : also dump unk channels (encrypted) color : color off should remove ANSI codes from output meshcore-cli behaviour: classic_prompt : activates less fancier prompt