mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Add Malaysia Frequency (#809)
meshtastic/firmware#3053 meshtastic/protobufs#418
This commit is contained in:
parent
f2ad4c7e68
commit
6272b1114f
1 changed files with 2 additions and 0 deletions
|
|
@ -79,6 +79,8 @@ enum class RegionInfo(
|
|||
TH(RegionCode.TH, 920.0f, 925.0f),
|
||||
UA_433(RegionCode.UA_433, 433.0f, 434.7f),
|
||||
UA_868(RegionCode.UA_868, 868.0f, 868.6f),
|
||||
MY_433(RegionCode.MY_433, 433.0f, 435.0f),
|
||||
MY_919(RegionCode.MY_919, 919.0f, 924.0f),
|
||||
LORA_24(RegionCode.LORA_24, 2400.0f, 2483.5f),
|
||||
UNSET(RegionCode.UNSET, 902.0f, 928.0f),
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue