Added price fetch code, fix webUI bug

This commit is contained in:
Djuri 2023-11-12 13:29:52 +01:00
parent d0eb007c4c
commit 78437c9722
7 changed files with 75 additions and 2 deletions

View file

@ -163,6 +163,7 @@ void setupPreferences()
void setupWebsocketClients(void *pvParameters)
{
setupBlockNotify();
// setupPriceFetchTask();
setupPriceNotify();
vTaskDelete(NULL);