mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 06:59:45 -08:00
updated channel settings availability
This commit is contained in:
parent
9afc1d799f
commit
9682b1e99f
|
@ -105,14 +105,13 @@ values={[
|
|||
{label: 'Android', value: 'android'},
|
||||
{label: 'Apple', value: 'apple'},
|
||||
{label: 'CLI', value: 'cli'},
|
||||
{label: 'Flasher', value: 'flasher'},
|
||||
{label: 'Web', value: 'web'},
|
||||
]}>
|
||||
|
||||
<TabItem value="android">
|
||||
|
||||
:::info
|
||||
All Channel config options are available on Android.
|
||||
Limited Channel config options are available on android. QR code scanning is available.
|
||||
:::
|
||||
|
||||
</TabItem>
|
||||
|
@ -120,14 +119,16 @@ All Channel config options are available on Android.
|
|||
<TabItem value="apple">
|
||||
|
||||
:::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 value="cli">
|
||||
|
||||
:::info
|
||||
All Channel config options are available in the python CLI. Example commands are below:
|
||||
:::
|
||||
|
||||
**Id**
|
||||
|
||||
|
@ -191,14 +192,6 @@ meshtastic --ch-set downlink_enabled false --ch-index 5
|
|||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="flasher">
|
||||
|
||||
:::info
|
||||
All Channel config options are available in the Flasher.
|
||||
:::
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="web">
|
||||
|
||||
:::info
|
||||
|
|
Loading…
Reference in a new issue