From ae953b825ad231697076fda6599a4b8b50753e5b Mon Sep 17 00:00:00 2001 From: steadramon <866195+steadramon@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:15:18 +0100 Subject: [PATCH] Add cps and total clicks --- ESPGeiger/src/ConfigManager/html.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ESPGeiger/src/ConfigManager/html.h b/ESPGeiger/src/ConfigManager/html.h index 2b4f0da..6b3334a 100644 --- a/ESPGeiger/src/ConfigManager/html.h +++ b/ESPGeiger/src/ConfigManager/html.h @@ -22,7 +22,7 @@ static const char STATUS_PAGE_BODY_HEAD[] PROGMEM = R"HTML(

textarea{resize:vertical;width:100%;margin:0;height:250px;padding:5px;overflow:auto;} .wrap{min-width:350px;max-width:900px;width:50vw}
-
CPM:-
μSv:-
Uptime:-
+
CPM:-CPS:
μSv/h:-Total Clicks:
Uptime:-

Console

)HTML"; static const char HV_STATUS_PAGE_BODY_HEAD[] PROGMEM = R"HTML(

{v}

)HTML"; @@ -43,7 +43,7 @@ static const char HV_STATUS_PAGE_BODY[] PROGMEM = R"HTML(