python icon indicating copy to clipboard operation
python copied to clipboard

ch-add string

Open roberthadow opened this issue 7 months ago • 1 comments

This command fails:

meshtastic --port --ch-add 'Eleven char'

and so does this one:

meshtastic --port --ch-add Eleven_char

with:

Warning: Channel name must be shorter. Channel not added.

And this command does not work for me:

meshtastic --port --ch-index 2 --ch-del Yes, I get this response:

Connected to radio
Deleting channel 2

But after a reboot and a browser refresh, the channel is still there.

roberthadow avatar May 08 '25 12:05 roberthadow

meshtastic --ch-add ten_chars_ works for me but eleven characters does not

pdxlocations avatar May 18 '25 21:05 pdxlocations