Merge pull request #47 from mc-hamster/osthread

is linux fixed now?
This commit is contained in:
Jm Casler 2021-01-09 18:09:57 -08:00 committed by GitHub
commit 1c0efde315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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