mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 22:19:46 -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
|
```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.
|
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:
|
All `ch-set` commands need to have the `ch-index` parameter specified:
|
||||||
|
|
||||||
```shell
|
```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
|
### Ham radio support
|
||||||
|
|
Loading…
Reference in a new issue