pang.jiabao
2024-06-22 62af9acaccedaea4c4c7efd4e68c8b702cf5a27d
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());
        }
    }