Changed from ESP8266 to ESP32. Works much better.

HTTP server is disabled (for now).
This commit is contained in:
2019-11-11 05:32:41 +01:00
parent c313f6eb72
commit 2d1f049444
14 changed files with 249 additions and 180 deletions

View File

@@ -1,3 +1,4 @@
/*
#include "http_server.h"
HTTPServer::HTTPServer(Player* p, Controller* c) {
@@ -121,3 +122,4 @@ void HTTPServer::loop() {
_http_server->handleClient();
MDNS.update();
}
*/