mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-30 15:20:45 -08:00
Merge pull request #109 from mkinney/change_channel_name
change the channel name to a shorter name
This commit is contained in:
commit
44902dff36
|
@ -38,13 +38,13 @@ Any channel you add after that Primary channel is Secondary. Secondary channels
|
||||||
|
|
||||||
Secondary channels **must** have a PSK (encryption).
|
Secondary channels **must** have a PSK (encryption).
|
||||||
|
|
||||||
```bash title="Adding a channel called testing-channel"
|
```bash title="Adding a channel called testing"
|
||||||
$ meshtastic --ch-add testing-channel
|
$ meshtastic --ch-add testing
|
||||||
Connected to radio
|
Connected to radio
|
||||||
Writing modified channels to device
|
Writing modified channels to device
|
||||||
```
|
```
|
||||||
|
|
||||||
The device will now have a Secondary channel called "testing-channel"
|
The device will now have a Secondary channel called "testing"
|
||||||
|
|
||||||
```bash title="Expected output"
|
```bash title="Expected output"
|
||||||
$ meshtastic --info
|
$ meshtastic --info
|
||||||
|
@ -52,7 +52,7 @@ Connected to radio
|
||||||
...
|
...
|
||||||
Channels:
|
Channels:
|
||||||
PRIMARY psk=default { "modemConfig": "Bw125Cr48Sf4096", "psk": "AQ==" }
|
PRIMARY psk=default { "modemConfig": "Bw125Cr48Sf4096", "psk": "AQ==" }
|
||||||
SECONDARY psk=secret { "psk": "HW7E3nMbiNbvr6MhsDonLCmj7eSAhttzjbIx/r5OQmg=", "name": "testing-channel" }
|
SECONDARY psk=secret { "psk": "HW7E3nMbiNbvr6MhsDonLCmj7eSAhttzjbIx/r5OQmg=", "name": "testing" }
|
||||||
Primary channel URL: https://www.meshtastic.org/d/#CgUYAyIBAQ
|
Primary channel URL: https://www.meshtastic.org/d/#CgUYAyIBAQ
|
||||||
Complete URL (includes all channels): https://www.meshtastic.org/d/#CgUYAyIBAQopIiAdbsTecxuI1u-voyGwOicsKaPt5ICG23ONsjH-vk5CaCoFYWRtaW4
|
Complete URL (includes all channels): https://www.meshtastic.org/d/#CgUYAyIBAQopIiAdbsTecxuI1u-voyGwOicsKaPt5ICG23ONsjH-vk5CaCoFYWRtaW4
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue