mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
Add clarification to channel config
This commit is contained in:
parent
188f03c89d
commit
b89f38c049
|
@ -55,6 +55,11 @@ Each channel is assigned one of 3 roles:
|
||||||
- The channel is no longer available for use.
|
- The channel is no longer available for use.
|
||||||
- The channel settings are set to default.
|
- The channel settings are set to default.
|
||||||
|
|
||||||
|
:::note
|
||||||
|
While you can have a different PRIMARY channel and communicate over SECONDARY channels with the same PSK, a hash of the PRIMARY channel's name sets the LoRa channel number, which determines the actual frequency you are transmitting on in the band.
|
||||||
|
To ensure devices with different PRIMARY channel name transmit on the same frequency, you must explicitly set the LoRa channel number.
|
||||||
|
:::
|
||||||
|
|
||||||
## Channel Settings Values
|
## Channel Settings Values
|
||||||
|
|
||||||
The Channel Settings options are: ID, Name, PSK, Downlink Enabled, and Uplink Enabled. Channel settings are embedded in the `Channel` protobuf as a `ChannelSettings` protobuf and sent as an admin message.
|
The Channel Settings options are: ID, Name, PSK, Downlink Enabled, and Uplink Enabled. Channel settings are embedded in the `Channel` protobuf as a `ChannelSettings` protobuf and sent as an admin message.
|
||||||
|
|
Loading…
Reference in a new issue