mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 04:51:19 +08:00
14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
# libloragw configuration
|
|
|
|
if PACKAGE_libloragw
|
|
|
|
config SX1301_SPI_PATH
|
|
string "SPI Dev Path"
|
|
default /dev/spidev0.0
|
|
|
|
config SX1301_SPI_SPEED
|
|
string "SPI Speed (Hz)"
|
|
default 8000000
|
|
|
|
endif
|