1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
openwrt-packages/net/lora-gateway-hal/Config.in
Xue Liu e2ce890a31 lora-gateway-hal: Add package lora-gateway
Add a package for the Semtech lora-gateway-hal.
This package includes three sub packages which
are libloragw, lora-gateway-tests and lora-gateway-utils.

Signed-off-by: Xue Liu <liuxuenetmail@gmail.com>
2019-05-08 23:28:21 +02:00

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