mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-13 10:20:20 +01:00
Removed not required pointer to AsyncServer instance
This commit is contained in:
@@ -10,7 +10,6 @@ public:
|
||||
void init(AsyncWebServer& server, Scheduler& scheduler);
|
||||
|
||||
private:
|
||||
AsyncWebServer* _server;
|
||||
AsyncWebSocket _ws;
|
||||
|
||||
Task _wsCleanupTask;
|
||||
|
||||
Reference in New Issue
Block a user