Code cleanup
This commit is contained in:
parent
cf273c93e7
commit
712be3fc15
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user