python icon indicating copy to clipboard operation
python copied to clipboard

CLI "-b" and "--ble" options do NOT terminate after operation completed

Open therickster-cpu opened this issue 4 months ago • 0 comments

Using V2.7.1 meshtastic on Linux, doing operations such as

meshtastic -b Meshtastic_0b88 --ch-index 0 --sendtext "Ping!"

or

meshtastic -b Meshtastic_0b88 --no-nodes --info

sends the message or gets the info, but meshtastic REMAINS connected to the node. It does not terminate (as one would expect it to). The only way out is a CTRL-C. This behavior does NOT occur when using serial connections ("--port" or "--serial" or "-s"). It terminates after the operation as one would expect. I have not tried it via HTTP/HTTPS.

therickster-cpu avatar Aug 22 '25 15:08 therickster-cpu