mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 12:06:58 +03:00
Update MainFlowControl.cpp
This commit is contained in:
@@ -680,7 +680,7 @@ esp_err_t handler_editflow(httpd_req_t *req)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
LogFile.WriteToFile(ESP_LOG_WARN, TAG, std::string("Taking image for Alignment Mark not possible while device") +
|
LogFile.WriteToFile(ESP_LOG_WARN, TAG, std::string("Taking image for Alignment Mark not possible while device") +
|
||||||
" is busy with a round (Current State: '" + state + "')!");
|
" is busy with a round (Current State: '" + *flowctrl.getActStatus() + "')!");
|
||||||
zw = "Device Busy";
|
zw = "Device Busy";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user