Skip to content

Commit

Permalink
Make realtime plot work for production
Browse files Browse the repository at this point in the history
  • Loading branch information
gskjold committed Apr 6, 2024
1 parent 86663f5 commit 05b3407
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 30 deletions.
2 changes: 1 addition & 1 deletion lib/AmsConfiguration/src/AmsConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading

0 comments on commit 05b3407

Please sign in to comment.