mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 02:39:57 +00:00
fix dead link in EU_868 documentation
See https://discord.com/channels/867578229534359593/871553168369148024/1248026118276255745.
This commit is contained in:
parent
96b286cd48
commit
d82d9f5ef1
@ -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),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user