2021-03-30 16:12:39 +02:00

11 lines
225 B
Makefile

include ../Makefile.tests_common
# other values supported are sx1262, sx1268 and llcc68
LORA_DRIVER ?= sx1261
USEMODULE += $(LORA_DRIVER)
USEMODULE += shell
USEMODULE += shell_commands
include $(RIOTBASE)/Makefile.include