Removed not required pointer to AsyncServer instance

This commit is contained in:
Thomas Basler
2024-01-27 01:09:55 +01:00
parent 21ec72f4c0
commit 2716f4c5df
40 changed files with 50 additions and 127 deletions

View File

@@ -10,7 +10,6 @@ public:
void init(AsyncWebServer& server, Scheduler& scheduler);
private:
AsyncWebServer* _server;
AsyncWebSocket _ws;
Task _wsCleanupTask;