From 1cfda773569a883952b4e92336b2b45744803128 Mon Sep 17 00:00:00 2001 From: Krezalis Date: Thu, 12 Jan 2023 14:57:14 +0200 Subject: [PATCH] Add 868 MHz Ukrainian Band --- src/mesh/RadioInterface.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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) };