mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-21 20:44:47 +00:00
Add 868 MHz Ukrainian Band
This commit is contained in:
parent
f4779bd93f
commit
1cfda77356
@ -105,6 +105,12 @@ const RegionInfo regions[] = {
|
|||||||
This needs to be last. Same as US.
|
This needs to be last. Same as US.
|
||||||
*/
|
*/
|
||||||
RDEF(UNSET, 902.0f, 928.0f, 100, 0, 30, true, false, false)
|
RDEF(UNSET, 902.0f, 928.0f, 100, 0, 30, true, false, false)
|
||||||
|
|
||||||
|
/*
|
||||||
|
868,0-868,6 Mhz 25 mW
|
||||||
|
https://nkrzi.gov.ua/images/upload/256/5810/PDF_UUZ_19_01_2016.pdf
|
||||||
|
*/
|
||||||
|
RDEF(UA868, 868.1f, 868.5f, 100, 0, 20, true, false, false)
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user