We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f37293 commit b8d2a84Copy full SHA for b8d2a84
1 file changed
lora/lorawan/region/eu868.go
@@ -3,8 +3,8 @@ package region
3
import "tinygo.org/x/drivers/lora"
4
5
const (
6
- EU868_DEFAULT_PREAMBLE_LEN = 8
7
- EU868_DEFAULT_TX_POWER_DBM = 20
+ EU868_DEFAULT_PREAMBLE_LEN = 8 // page 103 RP002-1.0.5
+ EU868_DEFAULT_TX_POWER_DBM = 16 // page 36 RP002-1.0.5, 16 is the max
8
)
9
10
type ChannelEU struct {
0 commit comments