mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
add base64 method of specifying channel PSK
This commit is contained in:
parent
0da7aa0b2a
commit
ef2dd72105
|
@ -187,6 +187,14 @@ meshtastic --ch-set psk simple15 --ch-index 0
|
|||
meshtastic --ch-set psk 0x1a1a1a1a2b2b2b2b1a1a1a1a2b2b2b2b1a1a1a1a2b2b2b2b1a1a1a1a2b2b2b2b --ch-index 0
|
||||
```
|
||||
|
||||
```shell title="Set encryption to your own key on PRIMARY channel (Base64 encoded)"
|
||||
meshtastic --ch-set psk base64:puavdd7vtYJh8NUVWgxbsoG2u9Sdqc54YvMLs+KNcMA= --ch-index 0
|
||||
```
|
||||
|
||||
:::tip
|
||||
Use this to copy and paste the `base64` encoded (single channel) key from the meshtastic --info command. Please dont use the omnibus (all channels) code here, it is not a valid key.
|
||||
:::
|
||||
|
||||
```shell title="Disable encryption on PRIMARY channel"
|
||||
meshtastic --ch-set psk none --ch-index 0
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue