Skip to content

Commit

Permalink
Unit
Browse files Browse the repository at this point in the history
(cherry picked from commit 6ab0d38101cb2262397564e6036a20fb7d0042a0)
  • Loading branch information
mathieucarbou committed Jun 25, 2024
1 parent d4e8bf4 commit 3c6c7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/YaSolRWebsite.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ namespace YaSolR {
int _gridPowerHistoryY[YASOLR_GRAPH_POINTS] = {0};
int _routedPowerHistoryY[YASOLR_GRAPH_POINTS] = {0};
int _routerTHDiHistoryY[YASOLR_GRAPH_POINTS] = {0};
Chart _gridPowerHistory = Chart(&dashboard, LINE_CHART, YASOLR_LBL_044 " (Watts)");
Chart _routedPowerHistory = Chart(&dashboard, AREA_CHART, YASOLR_LBL_036 " (Watts)");
Chart _gridPowerHistory = Chart(&dashboard, LINE_CHART, YASOLR_LBL_044 " (W)");
Chart _routedPowerHistory = Chart(&dashboard, AREA_CHART, YASOLR_LBL_036 " (W)");
Chart _routerTHDiHistory = Chart(&dashboard, BAR_CHART, YASOLR_LBL_039 " (%)");

#ifdef APP_MODEL_PRO
Expand Down

0 comments on commit 3c6c7d1

Please sign in to comment.