Changed from ESP8266 to ESP32. Works much better.
HTTP server is disabled (for now).
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
/*
|
||||
#pragma once
|
||||
#include <ESP8266WebServer.h>
|
||||
#include "player.h"
|
||||
@ -25,3 +26,4 @@ public:
|
||||
HTTPServer(Player* p, Controller* c);
|
||||
void loop();
|
||||
};
|
||||
*/
|
Reference in New Issue
Block a user