mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
315d0bebce
Now that #12994 is merged we can enable sx1276 in addition to esp_wifi by default.
6 lines
123 B
Makefile
6 lines
123 B
Makefile
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
|
USEMODULE += sx1276
|
|
endif
|
|
|
|
include $(RIOTBOARD)/common/esp32/Makefile.dep
|