From 011013ab1a875d732174cf1dcc7c5e301e175cd1 Mon Sep 17 00:00:00 2001 From: Krezalis Date: Thu, 12 Jan 2023 15:27:20 +0200 Subject: [PATCH] Update RadioInterface.cpp --- src/mesh/RadioInterface.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesh/RadioInterface.cpp b/src/mesh/RadioInterface.cpp index 1d18d5ef4..8b1261b51 100644 --- a/src/mesh/RadioInterface.cpp +++ b/src/mesh/RadioInterface.cpp @@ -100,24 +100,24 @@ const RegionInfo regions[] = { */ RDEF(LORA_24, 2400.0f, 2483.5f, 100, 0, 10, true, false, true), - + /* 433,05-434,7 Mhz 10 mW https://nkrzi.gov.ua/images/upload/256/5810/PDF_UUZ_19_01_2016.pdf */ RDEF(UA_433, 433.0f, 434.0f, 100, 0, 12, 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(UA_868, 868.1f, 868.5f, 100, 0, 14, true, false, false), - + /* This needs to be last. Same as US. */ RDEF(UNSET, 902.0f, 928.0f, 100, 0, 30, true, false, false) - + }; const RegionInfo *myRegion;