Make realtime plot work for production

This commit is contained in:
Gunnar Skjold
2024-04-06 12:53:17 +02:00
parent 86663f53f6
commit 05b340738e
3 changed files with 27 additions and 30 deletions

View File

@@ -741,7 +741,7 @@ void AmsConfiguration::clearUiConfig(UiConfig& config) {
config.showDayPlot = 1;
config.showMonthPlot = 1;
config.showTemperaturePlot = 2;
config.showRealtimePlot = 1;
config.showRealtimePlot = 2;
config.showPerPhasePower = 2;
config.showPowerFactor = 2;
config.darkMode = 2;