Fixed day graph

This commit is contained in:
Gunnar Skjold
2021-12-08 20:35:53 +01:00
parent e6d3b47d4f
commit a336f711b0
6 changed files with 131 additions and 49 deletions

View File

@@ -30,7 +30,7 @@ public:
bool update(AmsData*);
int16_t getHour(uint8_t);
int32_t getDay(uint8_t);
bool load(AmsData*);
bool load();
bool save();
private: