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:
Arjav Patel
2026-03-07 03:48:18 +05:30
committed by Alan C. Assis
parent 45651ea6e5
commit 70d918324b

View File

@@ -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"