Code cleanup

This commit is contained in:
Thomas Basler 2022-07-01 23:38:51 +02:00
parent cf273c93e7
commit 712be3fc15

View File

@ -50,8 +50,6 @@ void WebApiClass::loop()
_ws.cleanupClients(); _ws.cleanupClients();
} }
void WebApiClass::onWebsocketEvent(AsyncWebSocket* server, AsyncWebSocketClient* client, AwsEventType type, void* arg, uint8_t* data, size_t len) void WebApiClass::onWebsocketEvent(AsyncWebSocket* server, AsyncWebSocketClient* client, AwsEventType type, void* arg, uint8_t* data, size_t len)
{ {
if (type == WS_EVT_CONNECT) { if (type == WS_EVT_CONNECT) {