Merge pull request #367 from meshtastic/fix_13_appsupport

update device compatibiltiy
This commit is contained in:
Garth Vander Houwen 2022-07-11 11:26:28 -07:00 committed by GitHub
commit b135eac5a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 24 additions and 24 deletions

View file

@ -74,7 +74,7 @@ WiFi related settings are not available on Apple OS's.
</TabItem>
<TabItem value="cli">
All device config options are available in the python CLI. Example commands are below:
No device config options are available in the python CLI. Example commands are below:
```shell title="Set the role to client"
meshtastic --set role client
@ -95,15 +95,15 @@ meshtastic --set factory_reset true
</TabItem>
<TabItem value="flasher">
:::info
All device config options are available in the Flasher.
:::danger
No device config options are available in the Flasher.
:::
</TabItem>
<TabItem value="web">
:::info
All device config options are available in the Web UI.
No device config options are available in the Web UI.
:::
</TabItem>

View file

@ -60,7 +60,7 @@ All display config options are available on iOS, iPadOS and macOS at Settings >
</TabItem>
<TabItem value="cli">
All display config options are available in the python CLI. Example commands are below:
No display config options are available in the python CLI. Example commands are below:
```shell title="Set Screen On Duration (Default of 0 is 10 minutes)"
meshtastic --set screen_on_secs 0
@ -81,14 +81,14 @@ meshtastic --set gps_format GpsFormatUTM
<TabItem value="flasher">
:::info
All display config options are available in the Flasher.
No display config options are available in the Flasher.
:::
</TabItem>
<TabItem value="web">
:::info
All display config options are available in the Web UI.
No display config options are available in the Web UI.
:::
</TabItem>

View file

@ -115,14 +115,14 @@ Select LoRa config conmmands are available in the python CLI. Example commands a
<TabItem value="flasher">
:::info
All lora config options are available in the Flasher.
No lora config options are available in the Flasher.
:::
</TabItem>
<TabItem value="web">
:::info
All lora config options are available in the Web UI.
No lora config options are available in the Web UI.
:::
</TabItem>

View file

@ -101,7 +101,7 @@ All position config values except for postion flag are available on iOS, iPadOS
</TabItem>
<TabItem value="cli">
All Position config conmmands are available in the python CLI. Example commands are below:
No Position config conmmands are available in the python CLI. Example commands are below:
| Setting | Acceptable Values | Default |
| :----------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: |
@ -167,14 +167,14 @@ meshtastic --pos-fields POS_UNDEFINED
<TabItem value="flasher">
:::info
All position config options are available in the Flasher.
No position config options are available in the Flasher.
:::
</TabItem>
<TabItem value="web">
:::info
All position config options are available in the Web UI.
No position config options are available in the Web UI.
:::
</TabItem>

View file

@ -99,7 +99,7 @@ Power config is not available on Apple OS's.
</TabItem>
<TabItem value="cli">
All Power config options are available in the python CLI.
No Power config options are available in the python CLI.
| Setting | Acceptable Values | Default |
| :----------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------: |
@ -166,7 +166,7 @@ Power config is not available in the Flasher.
<TabItem value="web">
:::info
All power config options are available in the Web UI.
No power config options are available in the Web UI.
:::
</TabItem>

View file

@ -78,7 +78,7 @@ WiFi config is not available on Apple OS's.
</TabItem>
<TabItem value="cli">
All WiFi config options are available in the python CLI.
No WiFi config options are available in the python CLI.
| Setting | Acceptable Values | Default |
| :-----------: | :---------------: | :-----: |

View file

@ -55,7 +55,7 @@ All range test module config options are available on iOS, iPadOS and macOS at S
</TabItem>
<TabItem value="cli">
All range test module config options are available in the python CLI. Example commands are below:
No range test module config options are available in the python CLI. Example commands are below:
| Setting | Acceptable Values | Default |
| :-----------------------: | :-----------------: | :-----: |
@ -85,14 +85,14 @@ meshtastic --set range_test_module_sender 0
<TabItem value="flasher">
:::info
All range test module config options are available in the Flasher.
No range test module config options are available in the Flasher.
:::
</TabItem>
<TabItem value="web">
:::info
All range test module config options are available in the Web UI.
No range test module config options are available in the Web UI.
:::
</TabItem>

View file

@ -83,7 +83,7 @@ All serial module config options are available on iOS, iPadOS and macOS at Setti
</TabItem>
<TabItem value="cli">
All serial module config options are available in the python CLI. Example commands are below:
No serial module config options are available in the python CLI. Example commands are below:
| Setting | Acceptable Values | Default |
| :-------------------: | :-----------------: | :-----: |
@ -132,14 +132,14 @@ meshtastic --set serial_module_timeout 15
<TabItem value="flasher">
:::info
All serial test module config options are available in the Flasher.
No serial test module config options are available in the Flasher.
:::
</TabItem>
<TabItem value="web">
:::info
All serial test module config options are available in the Web UI.
No serial test module config options are available in the Web UI.
:::
</TabItem>

View file

@ -28,9 +28,9 @@ This page will function as a cheat-sheet to keep our notes on how to work with M
## Meshtastic 1.3 - Device
The latest firmware can be found at: Please use 1.3.11 or greater.
The latest firmware can be found at: Please use 1.3.25 or greater.
[https://github.com/meshtastic/Meshtastic-device/releases/tag/v1.3.17.c9822de](Meshtastic 1.3 Public Preview - v1.3.17)
[https://github.com/meshtastic/Meshtastic-device/releases/tag/v1.3.17.c9822de](Meshtastic 1.3 Public Preview - v1.3.25)
Where to file bugs:
@ -38,7 +38,7 @@ https://github.com/meshtastic/Meshtastic-device/issues
## Meshtastic 1.3 - python
In progress, a few basic commands work (--info, --nodes) help wanted!
In progress, a few basic commands work (--info, --nodes and --noproto) help wanted!
Where to file bugs: