From 3c6c7d1a3388920b84e8229d6a694b90852b763c Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Tue, 25 Jun 2024 15:09:27 +0200 Subject: [PATCH] Unit (cherry picked from commit 6ab0d38101cb2262397564e6036a20fb7d0042a0) --- include/YaSolRWebsite.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/YaSolRWebsite.h b/include/YaSolRWebsite.h index 12fc14a..155db78 100644 --- a/include/YaSolRWebsite.h +++ b/include/YaSolRWebsite.h @@ -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