aboutsummaryrefslogtreecommitdiff
path: root/net/lora-gateway-hal/Config.in
blob: 3fc61d182d47c2abf07b2367269007e7bbcd4d4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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