mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 10:21:40 +00:00
fix non-ESP32 builds
This commit is contained in:
parent
338c9c1e0c
commit
602e65d898
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user