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