From c925df67fcd2ee5a203dcf9a28916d0fce01c33d Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期二, 19 十二月 2023 09:31:37 +0800
Subject: [PATCH] #map latest test
---
src/main/java/com/zy/core/thread/LedThread.java | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/zy/core/thread/LedThread.java b/src/main/java/com/zy/core/thread/LedThread.java
index 4c89da6..9cbaf56 100644
--- a/src/main/java/com/zy/core/thread/LedThread.java
+++ b/src/main/java/com/zy/core/thread/LedThread.java
@@ -105,19 +105,17 @@
private void reset() {
commandList = null;
stringBuffer.delete(0, stringBuffer.length());
- this.ledMk = false;
+ errorMsg.delete(0, errorMsg.length());
}
private void error(String msg) {
errorMsg.delete(0, errorMsg.length());
errorMsg.append(msg);
- this.ledMk = false;
}
public void errorReset() {
this.errorMsg.delete(0, errorMsg.length());
- this.ledMk = false;
}
@Override
--
Gitblit v1.9.1