remove depreciated channel_num

This commit is contained in:
pdxlocations 2023-08-05 22:22:54 -07:00
parent 2f58a465a6
commit 2d4b060875

View file

@ -58,7 +58,7 @@ Meshtastic encodes the radio channel and PSK in the channel's URL. All nodes mus
:::
```shell
meshtastic --ch-set name mychan --ch-index 1 --ch-set channel_num 4 --info
meshtastic --ch-set name mychan --ch-index 1 --info
```
You can even set the channel preshared key to a particular AES128 or AES256 sequence.
@ -76,7 +76,7 @@ Use `--ch-set psk default --ch-index 0` to restore the standard 'default' (minim
All `ch-set` commands need to have the `ch-index` parameter specified:
```shell
meshtastic --ch-index 1 --ch-set name mychan --ch-set channel_num 4 --info
meshtastic --ch-index 1 --ch-set name mychan --info
```
### Ham radio support