mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-04-04 08:16:02 +02:00
Code cleanup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user