Add python CLI instructions

This commit is contained in:
Jm Casler 2022-01-23 20:42:17 -08:00
parent 9b384ee360
commit aa1c8569af

View file

@ -29,4 +29,14 @@ Having a ham radio license grants you addition privilages and restrictions.
Remember, by doing this you are self certifying that you are licensed operate in the mode you have chosen. Failure to comply with your local regulations may result in fines.
To do it ... first, then win!
## Use the Python CLI
Meshtastic is designed to be used without a radio operator license. If you do have a license you can set your operator ID and turn off encryption with the [Python CLI](/docs/software/python/python-uses#ham-radio-support):
```bash title="Expected Output"
# You should see a result similar to this:
mydir$ meshtastic --port /dev/ttyUSB1 --set-ham KI1345
Connected to radio
Setting Ham ID to KI1345 and turning off encryption
Writing modified channels to device
```