Skip to content

Commit e5c7341

Browse files
committed
2.0.1
1 parent 522012e commit e5c7341

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ http://www.modbus.org/docs/Modbus_over_serial_line_V1_02.pdf
7070
+ added removeOnSetCoil\... methods
7171
+ added read/write/push/pullCoil/Hreg/Ireg/Ists() parameter to specify Modbus unit id
7272
+ added ability to auto connect to slave. Setting is global. Disabled by default.
73-
// ToDo for 2.0.1
73+
// 2.0.1
74+
+ Fix readCoil\Hreg\Ists\Ireg not read value from slave
75+
+ Fix cresh on disconnect with Arduino Core 2.5.x
76+
// ToDo for 2.0.2
7477
- modify examples
7578
- code cleanup
7679
// ToDo later

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=modbus-esp8266
2-
version=2.0
2+
version=2.0.1
33
author=Andre Sarmento Barbosa
44
maintainer=Alexander Emelianov<[email protected]>
55
sentence=Modbus Master-Slave Library for ESP8266/ESP32

0 commit comments

Comments
 (0)