mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 15:44:18 -08:00
region codes updated according the latest protobufs
https://github.com/meshtastic/Meshtastic-protobufs/blob/master/config.proto
This commit is contained in:
parent
df29475655
commit
517ff71dcf
|
@ -108,7 +108,7 @@ LoRa config conmmands are available in the python CLI. Example commands are belo
|
|||
| Setting | Acceptable Values | Default |
|
||||
| :----------: | :---------------------------------------------------------------------------: | :---------------: |
|
||||
| lora.modem_preset | `longFast`, `longSlow`, `vlongSlow`, `medSlow`, `medFast`, `shortSlow`, `shortFast` | `longFast` |
|
||||
| lora.region | `Unset`, `US`, `EU433`, `EU868`, `CN`, `JP`, `ANZ`, `KR`, `TW`, `RU` ,`IN`, `NZ865`, `TH` | `Unset` |
|
||||
| lora.region | `UNSET`, `US`, `EU_433`, `EU_868`, `CN`, `JP`, `ANZ`, `KR`, `TW`, `RU` ,`IN`, `NZ_865`, `TH` | `UNSET` |
|
||||
| lora.hop_limit | `1`,`2`,`3`,`4`,`5`,`6`,`7` | `3`
|
||||
|
||||
</TabItem>
|
||||
|
|
Loading…
Reference in a new issue