From c5d1ae1b9aa5b619fd54d8cfcdbd20479489af2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20H=C3=BC=C3=9Fler?= Date: Tue, 14 Mar 2023 11:51:13 +0100 Subject: [PATCH] examples/gnrc_border_router: relax restriction on wifi UPLINK --- examples/gnrc_border_router/Makefile.board.dep | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/gnrc_border_router/Makefile.board.dep b/examples/gnrc_border_router/Makefile.board.dep index 4b1d06953a..9943c4f057 100644 --- a/examples/gnrc_border_router/Makefile.board.dep +++ b/examples/gnrc_border_router/Makefile.board.dep @@ -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))