Some updates for price fetching

This commit is contained in:
Gunnar Skjold
2023-11-05 10:24:42 +01:00
parent 63c3d31552
commit 445973f9ce
10 changed files with 90 additions and 51 deletions

View File

@@ -4,5 +4,6 @@ struct PricesContainer {
char currency[4];
char measurementUnit[4];
int32_t points[25];
char source[4];
};
#endif