mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-16 21:02:15 +00:00
Fixed currency conversion between nordic currencies
This commit is contained in:
@@ -18,7 +18,7 @@ private:
|
||||
uint8_t scale = 0;
|
||||
float value = 1.0;
|
||||
|
||||
char buf[64];
|
||||
char buf[128];
|
||||
uint8_t pos = 0;
|
||||
uint8_t mode = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user