Skip to content

Commit b8d2a84

Browse files
jhelbergJoost Helberg
andauthored
RP002-1.0.5 states that max TX power is 16 for eu868. Later, more subtle TX power tactics will be implemented. (#866)
Co-authored-by: Joost Helberg <joost@helberg.nl>
1 parent 8f37293 commit b8d2a84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lora/lorawan/region/eu868.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package region
33
import "tinygo.org/x/drivers/lora"
44

55
const (
6-
EU868_DEFAULT_PREAMBLE_LEN = 8
7-
EU868_DEFAULT_TX_POWER_DBM = 20
6+
EU868_DEFAULT_PREAMBLE_LEN = 8 // page 103 RP002-1.0.5
7+
EU868_DEFAULT_TX_POWER_DBM = 16 // page 36 RP002-1.0.5, 16 is the max
88
)
99

1010
type ChannelEU struct {

0 commit comments

Comments
 (0)