From b701ad17752fbba2cd60612a7a5265630b947c43 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Fri, 28 Jan 2022 16:07:54 -0700 Subject: [PATCH] some channel settings --- docs/software/settings/channel.md | 116 +++++++++++++++++++++++++++--- 1 file changed, 107 insertions(+), 9 deletions(-) diff --git a/docs/software/settings/channel.md b/docs/software/settings/channel.md index 48ebbfd5..b91648f5 100644 --- a/docs/software/settings/channel.md +++ b/docs/software/settings/channel.md @@ -114,6 +114,8 @@ If `true`, messages on the mesh will be sent to the public internet by any gatew values={[ {label: 'CLI', value: 'cli'}, {label: 'Android', value: 'android'}, + {label: 'iOS', value: 'iOS'}, + {label: 'Web', value: 'web'}, ]}> @@ -124,7 +126,23 @@ If `true`, messages on the mesh will be sent to the public internet by any gatew - TODO +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: + + + + +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: + + + + +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: @@ -140,6 +158,8 @@ The channel `id` must be an integer. values={[ {label: 'CLI', value: 'cli'}, {label: 'Android', value: 'android'}, + {label: 'iOS', value: 'iOS'}, + {label: 'Web', value: 'web'}, ]}> @@ -153,7 +173,23 @@ The channel `id` must be an integer. - TODO +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: + + + + +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: + + + + +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: @@ -162,28 +198,51 @@ The channel `id` must be an integer. A channel `id` must be set in order to name a channel. ::: -### Set Encryption +### Set/Disable Encryption - ```bash title="Set psk" + ```bash title="Set encryptions to default on PRIMARY channel" meshtastic --ch-set psk default --ch-index 0 ``` + ```bash title="Set encryptions to random on PRIMARY channel" + meshtastic --ch-set psk random --ch-index 0 + ``` + ```bash title="Set encryptions to default on PRIMARY channel" + meshtastic --ch-set psk none --ch-index 0 + ``` - TODO +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: - + + +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: + + + + +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: + + :::note See [`psk`](#psk) for details. @@ -196,6 +255,8 @@ See [`psk`](#psk) for details. values={[ {label: 'CLI', value: 'cli'}, {label: 'Android', value: 'android'}, + {label: 'iOS', value: 'iOS'}, + {label: 'Web', value: 'web'}, ]}> @@ -205,7 +266,23 @@ See [`psk`](#psk) for details. - TODO +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: + + + + +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: + + + + +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: @@ -221,17 +298,38 @@ See [`modem_config`](#modem_config) for details. For advanced modem configuratio values={[ {label: 'CLI', value: 'cli'}, {label: 'Android', value: 'android'}, + {label: 'iOS', value: 'iOS'}, + {label: 'Web', value: 'web'}, ]}> - ```bash title="Set Region" + ```bash title="Unset Region" meshtastic --set region Unset ``` + ```bash title="Set Region" + meshtastic --set region US + ``` - TODO +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: + + + + +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: + + + + +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +:::