src/main/java/com/zy/core/thread/LedThread.java
@@ -42,7 +42,7 @@ this.slave = slave; try { Bx5GEnv.initial(3000); screen = new Bx5GScreenClient("MyScreen"); screen = new Bx5GScreenClient("my"); screen.turnOn(); pf = new ProgramBxFile( 0, screen.getProfile()); pf.setFrameShow(false); @@ -84,8 +84,7 @@ boolean connRes = false; try { connRes = screen.connect(slave.getIp(),slave.getPort()); } catch (Exception e) { e.printStackTrace(); } catch (Exception ignore) { } if (connRes) { log.info("led连接成功 ===>> [id:{}] [ip:{}] [port:{}]", slave.getId(), slave.getIp(), slave.getPort());