1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/esp32-heltec-lora32-v2: enable sx1276 by default

Now that #12994 is merged we can enable sx1276 in addition to esp_wifi
by default.
This commit is contained in:
Benjamin Valentin 2020-03-26 12:31:45 +01:00
parent 061eb88c05
commit 315d0bebce

View File

@ -1 +1,5 @@
ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += sx1276
endif
include $(RIOTBOARD)/common/esp32/Makefile.dep