mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-03 03:09:59 +00:00
18 lines
230 B
C++
18 lines
230 B
C++
//#include "mesh/wifi/WebServer.h"
|
|
#include "configuration.h"
|
|
|
|
#ifdef NO_ESP32
|
|
|
|
//#include "mesh/wifi/WiFiAPClient.h"
|
|
|
|
void initWifi(bool forceSoftAP) {}
|
|
|
|
void deinitWifi() {}
|
|
|
|
bool isWifiAvailable()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
#endif
|