Merge pull request #4048 from Jorropo/improve-eu-868-docs

fix dead link in EU_868 documentation
This commit is contained in:
Thomas Göttgens 2024-06-07 16:35:11 +02:00 committed by GitHub
commit 8a4e91e848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,9 +40,9 @@ const RegionInfo regions[] = {
Special Note: Special Note:
The link above describes LoRaWAN's band plan, stating a power limit of 16 dBm. This is their own suggested specification, 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 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 500 mW, or 27 dBm. It also states that we can use interference avoidance and spectrum access techniques (such as LBT +
cycle. (Please refer to section 4.21 in the following document) AFA) to avoid a duty cycle. (Please refer to line P page 22 of this document.)
https://ec.europa.eu/growth/tools-databases/tris/index.cfm/ro/search/?trisaction=search.detail&year=2021&num=528&dLang=EN https://www.etsi.org/deliver/etsi_en/300200_300299/30022002/03.01.01_60/en_30022002v030101p.pdf
*/ */
RDEF(EU_868, 869.4f, 869.65f, 10, 0, 27, false, false, false), RDEF(EU_868, 869.4f, 869.65f, 10, 0, 27, false, false, false),