From d1c815ce693c2c5120012bd6a814826d63fdb968 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Tue, 3 Sep 2024 23:10:15 +0200 Subject: [PATCH] Update text on recognition page --- code/components/jomjol_flowcontroll/MainFlowControl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/components/jomjol_flowcontroll/MainFlowControl.cpp b/code/components/jomjol_flowcontroll/MainFlowControl.cpp index 684e3caf2..c21c1dc6c 100644 --- a/code/components/jomjol_flowcontroll/MainFlowControl.cpp +++ b/code/components/jomjol_flowcontroll/MainFlowControl.cpp @@ -749,8 +749,8 @@ esp_err_t handler_wasserzaehler(httpd_req_t *req) httpd_resp_sendstr_chunk(req, txt.c_str()); /* Full Image - * Only show it after the image got taken and aligned */ - txt = "

Aligned Image (current round)

\n"; + * Only show it after the image got taken */ + txt = "

Full Image (current round)

\n"; if ((*status == std::string("Initialization")) || (*status == std::string("Initialization (delayed)")) ||