Remove not required onWebsocketEvent

This commit is contained in:
Thomas Basler 2023-12-07 14:09:32 +01:00
parent c0a185394c
commit e9a55cf361

View File

@ -10,8 +10,6 @@ public:
void loop();
private:
void onWebsocketEvent(AsyncWebSocket* server, AsyncWebSocketClient* client, AwsEventType type, void* arg, uint8_t* data, size_t len);
AsyncWebServer* _server;
AsyncWebSocket _ws;