Update MainFlowControl.cpp

This commit is contained in:
jomjol
2023-05-19 22:23:05 +02:00
parent f82a6bf513
commit def13d46af

View File

@@ -680,7 +680,7 @@ esp_err_t handler_editflow(httpd_req_t *req)
}
else {
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";
}