2021-01-10 02:09:16 +00:00
|
|
|
//#include "mesh/wifi/WebServer.h"
|
2021-01-10 03:06:34 +00:00
|
|
|
#include "configuration.h"
|
2021-01-10 02:27:03 +00:00
|
|
|
|
2022-07-31 12:11:47 +00:00
|
|
|
#ifndef ARCH_ESP32
|
2021-01-10 02:27:03 +00:00
|
|
|
|
2021-01-10 03:15:10 +00:00
|
|
|
//#include "mesh/wifi/WiFiAPClient.h"
|
2020-09-18 17:48:39 +00:00
|
|
|
|
2021-08-17 23:58:21 +00:00
|
|
|
bool initWifi(bool forceSoftAP) {
|
|
|
|
return false;
|
|
|
|
}
|
2020-09-18 17:48:39 +00:00
|
|
|
|
|
|
|
void deinitWifi() {}
|
|
|
|
|
|
|
|
bool isWifiAvailable()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
2021-01-10 02:27:03 +00:00
|
|
|
|
|
|
|
#endif
|