From 5eba776067e27ff8ca80f853488ce74aa9a40382 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Fri, 30 Jun 2023 13:20:06 -0700 Subject: [PATCH 1/3] remove reference to ID setting --- docs/configuration/device-config/channels.mdx | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/docs/configuration/device-config/channels.mdx b/docs/configuration/device-config/channels.mdx index d5e79533..2b9818c3 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 @@ -162,11 +152,6 @@ meshtastic --ch-set name "My Channel" --ch-set psk random --ch-set uplink_enable ::: -### Id - -```shell title="Set the PRIMARY channel ID" -meshtastic --ch-set id 1234 --ch-index 0 -``` ### Name From 9b42b2c9340202c72cf2d6148a57ad4642fe2acb Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Fri, 30 Jun 2023 13:30:14 -0700 Subject: [PATCH 2/3] headings clarity --- docs/configuration/device-config/channels.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuration/device-config/channels.mdx b/docs/configuration/device-config/channels.mdx index 2b9818c3..4baeac87 100644 --- a/docs/configuration/device-config/channels.mdx +++ b/docs/configuration/device-config/channels.mdx @@ -18,7 +18,7 @@ The Channels config options are: Index, Roles, and Settings. Channel config uses **Channel Settings** contain information for segregating message groups, configuring optional encryption, and enabling or disabling messaging over internet gateways. These settings **are** unique and configurable per channel. ::: -## Channel Config Values +## Channel Config Options ### Index @@ -93,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 + Date: Tue, 4 Jul 2023 23:47:11 -0700 Subject: [PATCH 3/3] options back to values --- docs/configuration/device-config/channels.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/device-config/channels.mdx b/docs/configuration/device-config/channels.mdx index 4baeac87..2efe840f 100644 --- a/docs/configuration/device-config/channels.mdx +++ b/docs/configuration/device-config/channels.mdx @@ -18,7 +18,7 @@ The Channels config options are: Index, Roles, and Settings. Channel config uses **Channel Settings** contain information for segregating message groups, configuring optional encryption, and enabling or disabling messaging over internet gateways. These settings **are** unique and configurable per channel. ::: -## Channel Config Options +## Channel Config Values ### Index