mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 10:12:45 +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:
parent
061eb88c05
commit
315d0bebce
@ -1 +1,5 @@
|
|||||||
|
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||||
|
USEMODULE += sx1276
|
||||||
|
endif
|
||||||
|
|
||||||
include $(RIOTBOARD)/common/esp32/Makefile.dep
|
include $(RIOTBOARD)/common/esp32/Makefile.dep
|
||||||
|
Loading…
Reference in New Issue
Block a user