fixes
This commit is contained in:
parent
aa43ec44ac
commit
5d3fbcfb8a
106
README.md
106
README.md
|
@ -32,51 +32,69 @@ The node can decode meshtastic packets meeting some requirements:
|
||||||
##Modifying radio settings: edit the main.h
|
##Modifying radio settings: edit the main.h
|
||||||
|
|
||||||
List of meshtastic-supported regions:
|
List of meshtastic-supported regions:
|
||||||
**United States **
|
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_US
|
**United States **
|
||||||
** European Union 433mhz **
|
meshtastic_Config_LoRaConfig_RegionCode_US
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_EU_433
|
|
||||||
** European Union 868mhz **
|
** European Union 433mhz **
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_EU_868 (default)
|
meshtastic_Config_LoRaConfig_RegionCode_EU_433
|
||||||
** China **
|
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_CN
|
** European Union 868mhz **
|
||||||
** Japan **
|
meshtastic_Config_LoRaConfig_RegionCode_EU_868 (default)
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_JP
|
|
||||||
** Australia / New Zealand **
|
** China **
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_ANZ
|
meshtastic_Config_LoRaConfig_RegionCode_CN
|
||||||
** Korea **
|
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_KR
|
** Japan **
|
||||||
** Taiwan **
|
meshtastic_Config_LoRaConfig_RegionCode_JP
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_TW
|
|
||||||
** Russia **
|
** Australia / New Zealand **
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_RU
|
meshtastic_Config_LoRaConfig_RegionCode_ANZ
|
||||||
** India **
|
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_IN
|
** Korea **
|
||||||
** New Zealand 865mhz **
|
meshtastic_Config_LoRaConfig_RegionCode_KR
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_NZ_865
|
|
||||||
** Thailand **
|
** Taiwan **
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_TH
|
meshtastic_Config_LoRaConfig_RegionCode_TW
|
||||||
** WLAN Band **
|
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_LORA_24
|
** Russia **
|
||||||
** Ukraine 433mhz **
|
meshtastic_Config_LoRaConfig_RegionCode_RU
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_UA_433
|
|
||||||
** Ukraine 868mhz **
|
** India **
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_UA_868
|
meshtastic_Config_LoRaConfig_RegionCode_IN
|
||||||
** Malaysia 433mhz **
|
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_MY_433
|
** New Zealand 865mhz **
|
||||||
** Malaysia 919mhz **
|
meshtastic_Config_LoRaConfig_RegionCode_NZ_865
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_MY_919
|
|
||||||
** Singapore 923mhz **
|
** Thailand **
|
||||||
meshtastic_Config_LoRaConfig_RegionCode_SG_923
|
meshtastic_Config_LoRaConfig_RegionCode_TH
|
||||||
|
|
||||||
|
** WLAN Band **
|
||||||
|
meshtastic_Config_LoRaConfig_RegionCode_LORA_24
|
||||||
|
|
||||||
|
** Ukraine 433mhz **
|
||||||
|
meshtastic_Config_LoRaConfig_RegionCode_UA_433
|
||||||
|
|
||||||
|
** Ukraine 868mhz **
|
||||||
|
meshtastic_Config_LoRaConfig_RegionCode_UA_868
|
||||||
|
|
||||||
|
** Malaysia 433mhz **
|
||||||
|
meshtastic_Config_LoRaConfig_RegionCode_MY_433
|
||||||
|
|
||||||
|
** Malaysia 919mhz **
|
||||||
|
meshtastic_Config_LoRaConfig_RegionCode_MY_919
|
||||||
|
|
||||||
|
** Singapore 923mhz **
|
||||||
|
meshtastic_Config_LoRaConfig_RegionCode_SG_923
|
||||||
|
|
||||||
For lora modem settings you should always try the default (LongFast), it's proven to be THE setting to go for.
|
For lora modem settings you should always try the default (LongFast), it's proven to be THE setting to go for.
|
||||||
If you want to try other presets, here is the list:
|
If you want to try other presets, here is the list:
|
||||||
|
|
||||||
meshtastic_Config_LoRaConfig_ModemPreset_SHORT_FAST
|
meshtastic_Config_LoRaConfig_ModemPreset_SHORT_FAST
|
||||||
meshtastic_Config_LoRaConfig_ModemPreset_SHORT_SLOW
|
meshtastic_Config_LoRaConfig_ModemPreset_SHORT_SLOW
|
||||||
meshtastic_Config_LoRaConfig_ModemPreset_MEDIUM_FAST
|
meshtastic_Config_LoRaConfig_ModemPreset_MEDIUM_FAST
|
||||||
meshtastic_Config_LoRaConfig_ModemPreset_MEDIUM_SLOW
|
meshtastic_Config_LoRaConfig_ModemPreset_MEDIUM_SLOW
|
||||||
meshtastic_Config_LoRaConfig_ModemPreset_LONG_FAST (default)
|
meshtastic_Config_LoRaConfig_ModemPreset_LONG_FAST (default)
|
||||||
meshtastic_Config_LoRaConfig_ModemPreset_LONG_MODERATE
|
meshtastic_Config_LoRaConfig_ModemPreset_LONG_MODERATE
|
||||||
meshtastic_Config_LoRaConfig_ModemPreset_LONG_SLOW
|
meshtastic_Config_LoRaConfig_ModemPreset_LONG_SLOW
|
||||||
meshtastic_Config_LoRaConfig_ModemPreset_VERY_LONG_SLOW
|
meshtastic_Config_LoRaConfig_ModemPreset_VERY_LONG_SLOW
|
||||||
|
|
Loading…
Reference in New Issue