1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/gnrc_border_router: relax restriction on wifi UPLINK

This commit is contained in:
Fabian Hüßler 2023-03-14 11:51:13 +01:00 committed by Fabian Hüßler
parent 0a18d019b4
commit c5d1ae1b9a

View File

@ -10,8 +10,6 @@ ifeq (,$(filter native,$(BOARD)))
ifneq (ble, $(DOWNLINK))
USEMODULE += esp_now
endif
else
$(error Only esp32 and esp8266 are currently supported)
endif
endif
ifeq (ble, $(DOWNLINK))