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:
parent
0a18d019b4
commit
c5d1ae1b9a
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user