From def13d46afc2979c798b8d2c5c78a9b212c3a72b Mon Sep 17 00:00:00 2001 From: jomjol <30766535+jomjol@users.noreply.github.com> Date: Fri, 19 May 2023 22:23:05 +0200 Subject: [PATCH] Update MainFlowControl.cpp --- code/components/jomjol_flowcontroll/MainFlowControl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/components/jomjol_flowcontroll/MainFlowControl.cpp b/code/components/jomjol_flowcontroll/MainFlowControl.cpp index a4094129..81fc39bc 100644 --- a/code/components/jomjol_flowcontroll/MainFlowControl.cpp +++ b/code/components/jomjol_flowcontroll/MainFlowControl.cpp @@ -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"; }