diff --git a/src/mesh/RadioInterface.cpp b/src/mesh/RadioInterface.cpp index 2e44b0ada..c6647e1fc 100644 --- a/src/mesh/RadioInterface.cpp +++ b/src/mesh/RadioInterface.cpp @@ -105,6 +105,12 @@ const RegionInfo regions[] = { This needs to be last. Same as US. */ 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) };