Revert to esp websocket client because websocketsClient does not work

This commit is contained in:
Djuri 2025-01-06 01:13:09 +01:00
parent e330984ba2
commit 1d61453563
Signed by: djuri
GPG key ID: 61B9B2DDE5AA3AC1
3 changed files with 114 additions and 94 deletions

View file

@ -176,7 +176,7 @@ namespace V2Notify
for (;;)
{
webSocket.loop();
vTaskDelay(10 / portTICK_PERIOD_MS);
vTaskDelay(pdMS_TO_TICKS(10));
}
}