From f02ab88393286251aeecb403b8e9f2c8fd0fcc60 Mon Sep 17 00:00:00 2001 From: Jm Date: Sat, 9 Jan 2021 19:15:10 -0800 Subject: [PATCH] Does this fix the linux build? --- src/nrf52/wifi-stubs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nrf52/wifi-stubs.cpp b/src/nrf52/wifi-stubs.cpp index 74e352c1..6051e195 100644 --- a/src/nrf52/wifi-stubs.cpp +++ b/src/nrf52/wifi-stubs.cpp @@ -3,7 +3,7 @@ #ifndef NO_ESP32 -#include "mesh/wifi/WiFiAPClient.h" +//#include "mesh/wifi/WiFiAPClient.h" void initWifi(bool forceSoftAP) {}