diff --git a/include/WebApi_ws_console.h b/include/WebApi_ws_console.h index 81df81e..1d0fe10 100644 --- a/include/WebApi_ws_console.h +++ b/include/WebApi_ws_console.h @@ -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;