mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-13 11:23:40 +00:00
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>
This commit is contained in:
@@ -3,8 +3,8 @@ package region
|
|||||||
import "tinygo.org/x/drivers/lora"
|
import "tinygo.org/x/drivers/lora"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
EU868_DEFAULT_PREAMBLE_LEN = 8
|
EU868_DEFAULT_PREAMBLE_LEN = 8 // page 103 RP002-1.0.5
|
||||||
EU868_DEFAULT_TX_POWER_DBM = 20
|
EU868_DEFAULT_TX_POWER_DBM = 16 // page 36 RP002-1.0.5, 16 is the max
|
||||||
)
|
)
|
||||||
|
|
||||||
type ChannelEU struct {
|
type ChannelEU struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user