diff --git a/docs/configuration/device-config/channels.mdx b/docs/configuration/device-config/channels.mdx index d5e79533..2efe840f 100644 --- a/docs/configuration/device-config/channels.mdx +++ b/docs/configuration/device-config/channels.mdx @@ -62,17 +62,7 @@ To ensure devices with different PRIMARY channel name transmit on the same frequ ## 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. - -:::note -The full globally unique ID will be constructed from the Name and ID (`.`) where ID is base36 encoded. Assuming that the number of Meshtastic users is below 20K (true for a long time) the chance of this 64 bit random number colliding with anyone else is super low. The penalty for collision is low as well. -::: - -### ID - -Used to construct a globally unique channel ID. - -Set to `0` by default. +The Channel Settings options are: 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. ### Name @@ -103,6 +93,8 @@ If enabled, messages from the mesh will be sent to the **public** internet throu Set to `false` by default for all channels. +## Examples +