is linux fixed now?

This commit is contained in:
Jm
2021-01-09 18:27:03 -08:00
parent c82905bbdd
commit 9cd24a5646
2 changed files with 10 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
//#include "mesh/wifi/WebServer.h"
#ifndef NO_ESP32
#include "mesh/wifi/WiFiAPClient.h"
void initWifi(bool forceSoftAP) {}
@@ -9,3 +12,5 @@ bool isWifiAvailable()
{
return false;
}
#endif