Fixed config file

This commit is contained in:
Gunnar Skjold 2022-07-28 13:45:53 +02:00
parent f43fe5f864
commit 0ef8390df0

View File

@ -2430,8 +2430,8 @@ void AmsWebServer::configFileDownload() {
ead.month,
0.0, // Old max
ead.costYesterday / 10.0,
ead.costThisMonth,
ead.costLastMonth,
ead.costThisMonth / 1.0,
ead.costLastMonth / 1.0,
ead.peaks[0].day,
ead.peaks[0].value / 100.0,
ead.peaks[1].day,