mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
unfix order to fix order
This commit is contained in:
parent
48cdd0c97b
commit
6f138642f0
|
@ -162,7 +162,7 @@ LoRa config commands are available in the python CLI. Example commands are below
|
||||||
|
|
||||||
| Setting | Acceptable Values | Default |
|
| Setting | Acceptable Values | Default |
|
||||||
| :-------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :---------: |
|
| :-------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :---------: |
|
||||||
| lora.modem_preset | `LONG_FAST`, `LONG_MODERATE`, `LONG_SLOW`, `VERY_LONG_SLOW`, `MEDIUM_SLOW`, `MEDIUM_FAST`, `SHORT_SLOW`, `SHORT_FAST` | `LONG_FAST` |
|
| lora.modem_preset | `LONG_FAST`, `LONG_SLOW`, `VERY_LONG_SLOW`, `MEDIUM_SLOW`, `MEDIUM_FAST`, `SHORT_SLOW`, `SHORT_FAST` | `LONG_FAST`, `LONG_MODERATE` |
|
||||||
| lora.use_preset | `false`, `true` | `false` |
|
| lora.use_preset | `false`, `true` | `false` |
|
||||||
| lora.region | `UNSET`, `US`, `EU_433`, `EU_868`, `CN`, `JP`, `ANZ`, `KR`, `TW`, `RU` ,`IN`, `NZ_865`, `TH`, `LORA_24`, `UA_433`, `UA_868` | `UNSET` |
|
| lora.region | `UNSET`, `US`, `EU_433`, `EU_868`, `CN`, `JP`, `ANZ`, `KR`, `TW`, `RU` ,`IN`, `NZ_865`, `TH`, `LORA_24`, `UA_433`, `UA_868` | `UNSET` |
|
||||||
| lora.bandwidth | `31`, `62`, `125`, `250`, `500` | `250` |
|
| lora.bandwidth | `31`, `62`, `125`, `250`, `500` | `250` |
|
||||||
|
|
Loading…
Reference in a new issue