From 900f7032f7e701efd4741c2bcabeaad969e5fd3f Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期二, 14 一月 2025 15:20:27 +0800
Subject: [PATCH] #
---
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