From d179f02519665f611d108a23539855f6a28c4ad8 Mon Sep 17 00:00:00 2001 From: Shiv Kokroo Date: Fri, 15 Jul 2022 16:37:53 +0200 Subject: [PATCH] Removed comment about frequency hopping Removed comment about frequency hopping due to lack of universal hardware support --- src/mesh/RadioInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesh/RadioInterface.cpp b/src/mesh/RadioInterface.cpp index c8969d0fd..109a5f522 100644 --- a/src/mesh/RadioInterface.cpp +++ b/src/mesh/RadioInterface.cpp @@ -40,7 +40,6 @@ const RegionInfo regions[] = { The link above describes LoRaWAN's band plan, stating a power limit of 16 dBm. This is their own suggested specification, we do not need to follow it. The European Union regulations clearly state that the power limit for this frequency range is 500 mW, or 27 dBm. It also states that we can use interference avoidance and spectrum access techniques to avoid a duty cycle. - It might be worthwhile in the future to implement frequency hopping to avoid duty cycling. (Please refer to section 4.21 in the following document) https://ec.europa.eu/growth/tools-databases/tris/index.cfm/ro/search/?trisaction=search.detail&year=2021&num=528&dLang=EN */