mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
Update text on recognition page
This commit is contained in:
@@ -749,8 +749,8 @@ esp_err_t handler_wasserzaehler(httpd_req_t *req)
|
|||||||
httpd_resp_sendstr_chunk(req, txt.c_str());
|
httpd_resp_sendstr_chunk(req, txt.c_str());
|
||||||
|
|
||||||
/* Full Image
|
/* Full Image
|
||||||
* Only show it after the image got taken and aligned */
|
* Only show it after the image got taken */
|
||||||
txt = "<hr><h3>Aligned Image (current round)</h3>\n";
|
txt = "<hr><h3>Full Image (current round)</h3>\n";
|
||||||
|
|
||||||
if ((*status == std::string("Initialization")) ||
|
if ((*status == std::string("Initialization")) ||
|
||||||
(*status == std::string("Initialization (delayed)")) ||
|
(*status == std::string("Initialization (delayed)")) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user