浏览代码

Update MainFlowControl.cpp

jomjol 2 年之前
父节点
当前提交
def13d46af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/components/jomjol_flowcontroll/MainFlowControl.cpp

+ 1 - 1
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";
         }