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()); } }