Begin support for other currencies
This commit is contained in:
parent
b13c7242a6
commit
0a08c5f9ea
3 changed files with 115 additions and 45 deletions
|
@ -41,7 +41,7 @@ void workerTask(void *pvParameters) {
|
|||
break;
|
||||
case TASK_PRICE_UPDATE: {
|
||||
uint price = getPrice();
|
||||
char priceSymbol = '$';
|
||||
u_char priceSymbol = '$';
|
||||
if (preferences.getBool("fetchEurPrice", DEFAULT_FETCH_EUR_PRICE)) {
|
||||
priceSymbol = '[';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue