From 2060df96917d853942ba03af9b23ef3795bea2f9 Mon Sep 17 00:00:00 2001 From: mattbk Date: Tue, 5 Sep 2023 11:08:01 -0500 Subject: [PATCH] Refresh webform automatically after submit so values are right. --- vulpes/src/main.cpp | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/vulpes/src/main.cpp b/vulpes/src/main.cpp index 9c2b0f4..dd5170d 100644 --- a/vulpes/src/main.cpp +++ b/vulpes/src/main.cpp @@ -61,10 +61,18 @@ const char index_html[] PROGMEM = R"rawliteral( ESP Input Form -
@@ -99,10 +107,7 @@ const char index_html[] PROGMEM = R"rawliteral(
- - + )rawliteral"; // Auxiliary variables to store the current output state