Finish V2 MsgPack WebSocket API implementation

This commit is contained in:
Djuri 2024-09-09 15:13:41 +02:00
parent c276d32807
commit 849e5ce439
5 changed files with 9 additions and 8 deletions

View file

@ -15,7 +15,7 @@ void setupV2Notify()
webSocket.onEvent(onWebsocketV2Event);
webSocket.setReconnectInterval(5000);
webSocket.enableHeartbeat(15000, 3000, 2);
setupV2NotifyTask();
}