mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-25 22:20:27 +00:00
18 lines
231 B
C++
18 lines
231 B
C++
//#include "mesh/wifi/WebServer.h"
|
|
#include "configuration.h"
|
|
|
|
#ifndef NO_ESP32
|
|
|
|
//#include "mesh/wifi/WiFiAPClient.h"
|
|
|
|
void initWifi(bool forceSoftAP) {}
|
|
|
|
void deinitWifi() {}
|
|
|
|
bool isWifiAvailable()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
#endif
|