Files
nuttx/drivers/wireless/lpwan/sx126x/Kconfig
Alan Carvalho de Assis 76903ea636 drivers/sx126x: Fix typo in the Kconfig
This is a small fix just to true the github getting the new commits
after running git push -f

Signed-off-by: Alan C. Assis <acassis@gmail.com>
2026-01-05 14:59:32 -03:00

29 lines
580 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if LPWAN_SX126X
config LPWAN_SX126X_RFFREQ_DEFAULT
int "SX126X default RF frequency Hz"
default 869252000
config LPWAN_SX126X_SF_DEFAULT
int "SX126X default spreading factor"
default 10
config LPWAN_SX126X_BW_DEFAULT
int "SX126X default bandwidth kHz"
default 125
config LPWAN_SX126X_CR_DEFAULT
int "SX126X default coding rate"
default 8
config LPWAN_SX126X_MAX_DEVICES
int "SX126X maximum devices"
default 1
endif # LPWAN_SX126X