pjb
2024-07-02 02e5449fc0e582a1d3bbd160f6557218eca013b0
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) {