updated channel settings availability

This commit is contained in:
sigmahour 2022-11-09 23:00:38 -05:00
parent 9afc1d799f
commit 9682b1e99f

View file

@ -105,14 +105,13 @@ values={[
{label: 'Android', value: 'android'}, {label: 'Android', value: 'android'},
{label: 'Apple', value: 'apple'}, {label: 'Apple', value: 'apple'},
{label: 'CLI', value: 'cli'}, {label: 'CLI', value: 'cli'},
{label: 'Flasher', value: 'flasher'},
{label: 'Web', value: 'web'}, {label: 'Web', value: 'web'},
]}> ]}>
<TabItem value="android"> <TabItem value="android">
:::info :::info
All Channel config options are available on Android. Limited Channel config options are available on android. QR code scanning is available.
::: :::
</TabItem> </TabItem>
@ -120,14 +119,16 @@ All Channel config options are available on Android.
<TabItem value="apple"> <TabItem value="apple">
:::info :::info
All Channel config options are available on iOS, iPadOS and macOS. Channel settings are only available on Apple platforms by scanning QR codes.
::: :::
</TabItem> </TabItem>
<TabItem value="cli"> <TabItem value="cli">
:::info
All Channel config options are available in the python CLI. Example commands are below: All Channel config options are available in the python CLI. Example commands are below:
:::
**Id** **Id**
@ -191,14 +192,6 @@ meshtastic --ch-set downlink_enabled false --ch-index 5
</TabItem> </TabItem>
<TabItem value="flasher">
:::info
All Channel config options are available in the Flasher.
:::
</TabItem>
<TabItem value="web"> <TabItem value="web">
:::info :::info