python
python copied to clipboard
ch-add string
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.
meshtastic --ch-add ten_chars_ works for me but eleven characters does not