Update telemetry docs

This commit is contained in:
Garth Vander Houwen 2022-08-01 16:23:51 -07:00
parent 69a8aaa6a2
commit 3fa2f136de

View file

@ -107,9 +107,9 @@ Select LoRa config conmmands are available in the python CLI. Example commands a
| Setting | Acceptable Values | Default | | Setting | Acceptable Values | Default |
| :----------: | :---------------------------------------------------------------------------: | :---------------: | | :----------: | :---------------------------------------------------------------------------: | :---------------: |
| modem_preset | `longFast`, `longSlow`, `vlongSlow`, `medSlow`, `medFast`, `shortSlow`, `shortFast` | `longFast` | | lora.modem_preset | `longFast`, `longSlow`, `vlongSlow`, `medSlow`, `medFast`, `shortSlow`, `shortFast` | `longFast` |
| region | `Unset`, `us`, `eu433`, `eu868`, `cn`, `jp`, `anz`, `kr`, `tw`, `ru` ,`in`, ` nz865`, `th` | `Unset` | | lora.region | `Unset`, `us`, `eu433`, `eu868`, `cn`, `jp`, `anz`, `kr`, `tw`, `ru` ,`in`, ` nz865`, `th` | `Unset` |
| hop_limit | `1`,`2`,`3`,`4`,`5`,`6`,`7` | `3` | lora.hop_limit | `1`,`2`,`3`,`4`,`5`,`6`,`7` | `3`
</TabItem> </TabItem>
<TabItem value="flasher"> <TabItem value="flasher">