From 82dba1b2e4dae9ae758d130b504c8131036e6db1 Mon Sep 17 00:00:00 2001 From: Softwarecrash Date: Sun, 6 Aug 2023 09:03:11 +0200 Subject: [PATCH] correct button --- src/html.h | 2 +- src/webpages/HTML_MAIN.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/html.h b/src/html.h index fbba5bf..4a3c55b 100644 --- a/src/html.h +++ b/src/html.h @@ -5,7 +5,7 @@ const char HTML_CONFIRM_RESET[] PROGMEM = R"rawliteral(%HEAD_TEMPLATE%

Erease all Data?

YesNo
%pre_foot_template%
EPEver to MQTT %pre_software_version% By SoftwarecrashCreative Commons License
)rawliteral"; const char HTML_HEAD[] PROGMEM = R"rawliteral(EPEVER 2 MQTT
)rawliteral"; -const char HTML_MAIN[] PROGMEM = R"rawliteral(%pre_head_template%

Device Time:
Solar:
Battery:
Load:
temperature:
Consumed Kwh:
generated Kwh:
CO2 Reduction:
Input State:
Charge Mode:
Load State:
%pre_foot_template%

Device Time:
Solar:
Battery:
Load:
temperature:
Consumed Kwh:
generated Kwh:
CO2 Reduction:
Input State:
Charge Mode:
Load State:
%pre_foot_template%

Rebooting

.

%pre_foot_template%

Settings

%pre_foot_template%

Edit Configuration

Device Name
Device Quantity
MQTT Server
MQTT Port
MQTT User
MQTT Password
MQTT Topic
MQTT Refresh (sec)
MQTT Data Trigger Path
MQTT Json Style
%pre_foot_template%
- +
@@ -15,7 +15,7 @@

- +