Skip to content

Commit

Permalink
Update text on recognition page
Browse files Browse the repository at this point in the history
  • Loading branch information
caco3 authored Sep 3, 2024
1 parent 67c3020 commit d1c815c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/components/jomjol_flowcontroll/MainFlowControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<hr><h3>Aligned Image (current round)</h3>\n";
* Only show it after the image got taken */
txt = "<hr><h3>Full Image (current round)</h3>\n";

if ((*status == std::string("Initialization")) ||
(*status == std::string("Initialization (delayed)")) ||
Expand Down

0 comments on commit d1c815c

Please sign in to comment.