You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
380 B
15 lines
380 B
config BR2_PACKAGE_PACKET_FORWARDER |
|
bool "packet-forwarder" |
|
select BR2_PACKAGE_LORA_GATEWAY |
|
help |
|
This is the lora packet forwarder package from The Things Network |
|
|
|
if BR2_PACKAGE_PACKET_FORWARDER |
|
|
|
config BR2_PACKAGE_PACKET_FORWARDER_RST_GPIO |
|
int "Reset GPIO" |
|
default 17 |
|
help |
|
This is the GPIO number connected to the SX1301 reset pin |
|
|
|
endif
|
|
|