mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
remove depreciated channel_num
This commit is contained in:
parent
2f58a465a6
commit
2d4b060875
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue