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

@@ -5,12 +5,16 @@
#include <functional>
#ifdef HAS_WIFI
#include <WiFi.h>
#include <DNSServer.h>
#include <WiFi.h>
#endif
void initWifi();
void deinitWifi();
/// Perform idle loop processing required by the wifi layer
void loopWifi();
bool isWifiAvailable();
void handleDNSResponse();