forked from btclock/btclock_v3
Improved multi-currency support, improved WebUI checks
This commit is contained in:
parent
9c67f769d3
commit
478c951ffb
9 changed files with 249 additions and 31 deletions
|
@ -7,10 +7,9 @@
|
|||
|
||||
const char CURRENCY_USD = '$';
|
||||
const char CURRENCY_EUR = '[';
|
||||
const char CURRENCY_GBP = '\\';
|
||||
const char CURRENCY_JPY = ']';
|
||||
const char CURRENCY_AUD = '^';
|
||||
const char CURRENCY_CHF = '_';
|
||||
const char CURRENCY_GBP = ']';
|
||||
const char CURRENCY_JPY = '^';
|
||||
const char CURRENCY_AUD = '_';
|
||||
const char CURRENCY_CAD = '`';
|
||||
|
||||
std::array<std::string, NUM_SCREENS> parsePriceData(std::uint32_t price, char currency, bool useSuffixFormat = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue