fix non-ESP32 builds

This commit is contained in:
Thomas Göttgens 2022-10-25 12:42:08 +02:00
parent 338c9c1e0c
commit 602e65d898

View File

@ -1,11 +1,8 @@
//#include "mesh/wifi/WebServer.h"
#include "configuration.h" #include "configuration.h"
#ifndef ARCH_ESP32 #ifndef ARCH_ESP32
//#include "mesh/wifi/WiFiAPClient.h" bool initWifi() {
bool initWifi(bool forceSoftAP) {
return false; return false;
} }