mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
shellsession is good enough
This commit is contained in:
parent
e316e01d00
commit
e905710e65
|
@ -16,8 +16,8 @@ The `meshtastic` command is not run within python but is a script run from your
|
|||
|
||||
The `--noproto` command in the Meshtastic Python CLI is used to disable the API and function merely as a "dumb serial terminal." This mode of operation allows both the API and device functionalities to remain accessible for regular use, while simultaneously providing a window into the raw serial output. This feature can be particularly useful for debugging, development, or understanding the low-level communication between devices.
|
||||
|
||||
```shell title="Example Usage"
|
||||
user@host: meshtastic --noproto
|
||||
```shellsession title="Example Usage"
|
||||
user@host % meshtastic --noproto
|
||||
# You should see results similar to this:
|
||||
WARNING file:mesh_interface.py _sendToRadio line:681 Not sending packet because protocol use is disabled by noProto
|
||||
Connected to radio
|
||||
|
|
Loading…
Reference in a new issue