is linux fixed now?

1.2-legacy
Jm 2021-01-09 18:09:16 -08:00
rodzic 5688c8b81e
commit c82905bbdd
1 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
#include "mesh/wifi/WebServer.h" //#include "mesh/wifi/WebServer.h"
#include "mesh/wifi/WiFiAPClient.h" #include "mesh/wifi/WiFiAPClient.h"
void initWifi(bool forceSoftAP) {} void initWifi(bool forceSoftAP) {}
@ -9,8 +9,3 @@ bool isWifiAvailable()
{ {
return false; return false;
} }
void handleWebResponse() {}
/// Perform idle loop processing required by the wifi layer
void loopWifi() {}