Config file download

This commit is contained in:
Gunnar Skjold
2022-02-05 19:17:38 +01:00
parent 2e203d7713
commit 7c5a5bcf65
8 changed files with 557 additions and 7 deletions

View File

@@ -314,3 +314,11 @@ bool AmsDataStorage::save() {
LittleFS.end();
return true;
}
DayDataPoints AmsDataStorage::getDayData() {
return day;
}
MonthDataPoints AmsDataStorage::getMonthData() {
return month;
}