mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Add new region: BR_902 "Brazil 902Mhz" (#2504)
This commit is contained in:
parent
8633a5dd98
commit
d3990f216e
1 changed files with 8 additions and 1 deletions
|
|
@ -290,7 +290,14 @@ enum class RegionInfo(
|
|||
*
|
||||
* @see [Firmware Issue #7204](https://github.com/meshtastic/firmware/issues/7204)
|
||||
*/
|
||||
KZ_863(RegionCode.KZ_863, "Kazakhstan 863MHz", 863.0f, 868.0f, wideLora = true);
|
||||
KZ_863(RegionCode.KZ_863, "Kazakhstan 863MHz", 863.0f, 868.0f, wideLora = true),
|
||||
|
||||
/**
|
||||
* Brazil 902MHz 902 - 907.5 MHz
|
||||
*
|
||||
* @see [Firmware Issue #7399](https://github.com/meshtastic/firmware/pull/7399)
|
||||
*/
|
||||
BR_902(RegionCode.BR_902, "Brazil 902MHz", 902.0f, 907.5f, wideLora = false);
|
||||
|
||||
companion object {
|
||||
fun fromRegionCode(regionCode: RegionCode): RegionInfo? =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue