src/main/java/com/zy/core/thread/LedThread.java
@@ -103,6 +103,7 @@ } private void write(List<LedCommand> list) throws Bx5GException { try { if (!connect()) { return; } @@ -155,9 +156,13 @@ // resetStatus = false; } close(); }catch (Exception e){ } } private void reset() throws Bx5GException { try { if (!connect()) { return; } @@ -205,6 +210,9 @@ // resetStatus = true; } close(); } catch (Exception e){ } } private void write7(List<LedCommand> list) {