Skip to content

Commit f8db3c6

Browse files
committed
修改代码结构,针对ExecutionException进行特殊处理,不让其包裹ModbusInitException, ModbusTransportException,ModbusRespException异常
1 parent a5ae706 commit f8db3c6

2 files changed

Lines changed: 310 additions & 376 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ allprojects {
2525
}
2626
2727
dependencies {
28-
implementation 'com.github.licheedev:Modbus4Android:1.0.0'
28+
implementation 'com.github.licheedev:Modbus4Android:1.0.1'
2929
}
3030
3131
```

0 commit comments

Comments
 (0)