Added price fetch code, fix webUI bug
This commit is contained in:
parent
d0eb007c4c
commit
78437c9722
7 changed files with 75 additions and 2 deletions
|
@ -163,6 +163,7 @@ void setupPreferences()
|
|||
void setupWebsocketClients(void *pvParameters)
|
||||
{
|
||||
setupBlockNotify();
|
||||
// setupPriceFetchTask();
|
||||
setupPriceNotify();
|
||||
|
||||
vTaskDelete(NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue