forked from btclock/btclock_v3
Revert to esp websocket client because websocketsClient does not work
This commit is contained in:
parent
e330984ba2
commit
1d61453563
3 changed files with 114 additions and 94 deletions
|
@ -176,7 +176,7 @@ namespace V2Notify
|
|||
for (;;)
|
||||
{
|
||||
webSocket.loop();
|
||||
vTaskDelay(10 / portTICK_PERIOD_MS);
|
||||
vTaskDelay(pdMS_TO_TICKS(10));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue