Rolling 20210913

This commit is contained in:
jomjol
2021-09-13 20:05:54 +02:00
parent 19ca0d7dd7
commit 1e6eddca04
28 changed files with 3012 additions and 45 deletions

View File

@@ -284,8 +284,7 @@ esp_err_t handler_wasserzaehler(httpd_req_t *req)
httpd_resp_sendstr_chunk(req, txt.c_str());
std::vector<HTMLInfo*> htmlinfo;
htmlinfo = tfliteflow.GetAllDigital();
printf("Size of htmlinfo: %i\n", htmlinfo.size());
htmlinfo = tfliteflow.GetAllDigital();
for (int i = 0; i < htmlinfo.size(); ++i)
{
if (tfliteflow.GetTypeDigital() == Digital)