mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-31 22:21:52 +00:00
Some adjustment to data storage
This commit is contained in:
@@ -35,8 +35,12 @@ public:
|
||||
|
||||
private:
|
||||
Timezone* tz;
|
||||
DayDataPoints day;
|
||||
MonthDataPoints month;
|
||||
DayDataPoints day = {
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
||||
};
|
||||
MonthDataPoints month = {
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
||||
};
|
||||
RemoteDebug* debugger;
|
||||
void setHour(uint8_t, int16_t);
|
||||
void setDay(uint8_t, int32_t);
|
||||
|
||||
Reference in New Issue
Block a user