mirror of
https://github.com/apache/nuttx.git
synced 2026-03-26 18:23:50 +08:00
wireless/lpwan/sx127x: Update default TX power and enable CRC
Increase default TX power from 14 to 17 dBm and enable CRC by default to improve link reliability and data integrity. Signed-off-by: Arjav Patel <arjav1528@gmail.com>
This commit is contained in:
committed by
Alan C. Assis
parent
45651ea6e5
commit
70d918324b
@@ -17,7 +17,7 @@ config LPWAN_SX127X_SPIFREQ
|
||||
|
||||
config LPWAN_SX127X_TXPOWER_DEFAULT
|
||||
int "SX127X default TX power"
|
||||
default 14
|
||||
default 17
|
||||
|
||||
config LPWAN_SX127X_PREAMBLE_DEFAULT
|
||||
int "SX127X default preamble length"
|
||||
@@ -34,7 +34,7 @@ config LPWAN_SX127X_MODULATION_DEFAULT
|
||||
config LPWAN_SX127X_CRCON
|
||||
int "SX127X CRC ON"
|
||||
range 0 1
|
||||
default 0
|
||||
default 1
|
||||
|
||||
config LPWAN_SX127X_RXSUPPORT
|
||||
bool "SX127X RX support"
|
||||
|
||||
Reference in New Issue
Block a user