修正 modbus 写入超时问题

This commit is contained in:
2026-01-20 19:44:10 +08:00
parent 12a459854e
commit 939bcbe950
4 changed files with 30 additions and 7 deletions

View File

@ -119,7 +119,7 @@
<artifactId>javax.servlet-api</artifactId>
</dependency>
<!-- modbus -->
<!-- modbus4j (保留兼容) -->
<dependency>
<groupId>com.infiniteautomation</groupId>
<artifactId>modbus4j</artifactId>
@ -127,4 +127,4 @@
</dependencies>
</project>
</project>