diff --git a/src/WebApi.cpp b/src/WebApi.cpp index 71bcf45..52ac0df 100644 --- a/src/WebApi.cpp +++ b/src/WebApi.cpp @@ -50,8 +50,6 @@ void WebApiClass::loop() _ws.cleanupClients(); } - - void WebApiClass::onWebsocketEvent(AsyncWebSocket* server, AsyncWebSocketClient* client, AwsEventType type, void* arg, uint8_t* data, size_t len) { if (type == WS_EVT_CONNECT) {