forked from btclock/btclock_v3
Improve data source selection, clean up unused preferences
This commit is contained in:
parent
bc3e5afe51
commit
64e518bf58
13 changed files with 155 additions and 104 deletions
|
@ -82,11 +82,6 @@ void setupBlockNotify()
|
|||
xQueueSend(workQueue, &blockUpdate, portMAX_DELAY);
|
||||
}
|
||||
|
||||
if (!preferences.getBool("fetchEurPrice", DEFAULT_FETCH_EUR_PRICE) && preferences.getBool("ownDataSource", DEFAULT_OWN_DATA_SOURCE))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// std::strcpy(wsServer, String("wss://" + mempoolInstance +
|
||||
// "/api/v1/ws").c_str());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue