"HAM" is like nails on a chalkboard to Ham operators

Also I fixed the output from the firmware, this will need to
change in code to make it reflect this.
This commit is contained in:
linagee 2021-12-27 20:54:32 -07:00
parent 474f54a32a
commit 1ffa55d39a
No known key found for this signature in database
GPG key ID: 8CE2F45CB4CBA384
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ The preshared key used by the devices can be modified.
- 1 = Default channel key - 1 = Default channel key
- 2 - 10 = The default channel key, except with 1 through 9 added to the last byte - 2 - 10 = The default channel key, except with 1 through 9 added to the last byte
Use of cryptography can also be modified. To disable cryptography (maybe useful if you have HAM radio license): Use of cryptography can also be modified. To disable cryptography (maybe useful if you have Ham radio license):
```bash ```bash
meshtastic --setchan psk 0 meshtastic --setchan psk 0

View file

@ -98,7 +98,7 @@ Meshtastic is designed to be used without a radio operator license. If you do h
# You should see a result similar to this: # You should see a result similar to this:
mydir$ meshtastic --port /dev/ttyUSB1 --set-ham KI1345 mydir$ meshtastic --port /dev/ttyUSB1 --set-ham KI1345
Connected to radio Connected to radio
Setting HAM ID to KI1345 and turning off encryption Setting Ham ID to KI1345 and turning off encryption
Writing modified channels to device Writing modified channels to device
``` ```