From d5a3acb83aad653f84f6d259f7d982e29c4de51a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Mon, 16 Jan 2023 17:54:48 +0100 Subject: [PATCH] Trigger rebuild --- src/mesh/RadioInterface.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/mesh/RadioInterface.cpp b/src/mesh/RadioInterface.cpp index b3f347def..37b929249 100644 --- a/src/mesh/RadioInterface.cpp +++ b/src/mesh/RadioInterface.cpp @@ -94,13 +94,7 @@ const RegionInfo regions[] = { https://lora-alliance.org/wp-content/uploads/2020/11/lorawan_regional_parameters_v1.0.3reva_0.pdf */ RDEF(TH, 920.0f, 925.0f, 100, 0, 16, true, false, false), - - /* - 2.4 GHZ WLAN Band equivalent. Only for SX128x chips. - */ - - 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 @@ -113,6 +107,12 @@ const RegionInfo regions[] = { */ RDEF(UA_868, 868.0f, 868.6f, 1, 0, 14, true, false, false), + /* + 2.4 GHZ WLAN Band equivalent. Only for SX128x chips. + */ + + RDEF(LORA_24, 2400.0f, 2483.5f, 100, 0, 10, true, false, true), + /* This needs to be last. Same as US. */