#
lsh
2024-04-28 1556791461f9ae5c4a1d76ace57b44f10522f92b
src/main/java/com/zy/core/thread/LedThread.java
@@ -53,11 +53,11 @@
    public LedThread(Slave slave) {
        this.slave = slave;
        try {
//            Bx5GEnv.initial(3000);
//            screen = new Bx5GScreenClient("my");
            Bx5GEnv.initial(3000);
            screen = new Bx5GScreenClient("my");
        } catch (Exception e) {
            e.printStackTrace();
            News.info("Led"+" - 1"+" - led连接构造器错误 ===>> [id:{}] [ip:{}] [port:{}]", slave.getId(), slave.getIp(), slave.getPort());
            log.info("led连接构造器错误 ===>> [id:{}] [ip:{}] [port:{}]", slave.getId(), slave.getIp(), slave.getPort());
        }
    }