Add API server on port 4403 (kinda a WIP, seems to work but I haven't

finished the python client code)
This commit is contained in:
geeksville
2020-09-19 12:54:49 -07:00
parent 0929b86d62
commit 9e9c50e6d8
6 changed files with 41 additions and 12 deletions

View File

@@ -10,4 +10,7 @@ bool isWifiAvailable()
return false;
}
void handleWebResponse() {}
void handleWebResponse() {}
/// Perform idle loop processing required by the wifi layer
void loopWifi() {}