Fixed currency conversion between nordic currencies

This commit is contained in:
Gunnar Skjold
2022-06-04 10:28:23 +02:00
parent d9a5a21fe0
commit 0dca85d67b
2 changed files with 3 additions and 3 deletions

View File

@@ -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;
};