mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-11 22:16:56 +03:00
Minor correction
This commit is contained in:
@@ -148,9 +148,8 @@ esp_err_t handler_wasserzaehler(httpd_req_t *req)
|
|||||||
}
|
}
|
||||||
|
|
||||||
zw = tfliteflow.getReadout(_rawValue);
|
zw = tfliteflow.getReadout(_rawValue);
|
||||||
zw = zw + "<br>";
|
if (zw.length() > 0)
|
||||||
resp_str = zw.c_str();
|
httpd_resp_sendstr_chunk(req, zw.c_str());
|
||||||
httpd_resp_sendstr_chunk(req, resp_str);
|
|
||||||
|
|
||||||
string query = std::string(_query);
|
string query = std::string(_query);
|
||||||
// printf("Query: %s\n", query.c_str());
|
// printf("Query: %s\n", query.c_str());
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user