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

@@ -13,6 +13,4 @@ private:
void onSecurityPost(AsyncWebServerRequest* request);
void onAuthenticateGet(AsyncWebServerRequest* request);
AsyncWebServer* _server;
};