File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ For detailes on the library usage visit [documentation](documentation) section.
29
29
* [ Callbacks] ( examples/Callback ) driven design
30
30
* Real life complex examples:
31
31
* [ ESP8266/ESP32 firmware update over Modbus] ( examples/Files )
32
- * [ ModbusRTU to ModbusTCP bridge] ( examples/bridge )
32
+ * [ ModbusRTU to ModbusTCP bridge] ( examples/Bridge )
33
33
34
34
## Notes
35
35
@@ -48,6 +48,7 @@ For more information about Modbus see:
48
48
49
49
``` diff
50
50
// 4.1.1
51
+ + Protocol: Fix wrong error code responce on non-existent register
51
52
+ ModbusTCP: Fix potential memory leak
52
53
+ API: cbEnable/cbDisable functionality extended
53
54
+ ESP-IDF: CMakeList.txt added
@@ -87,7 +88,7 @@ For more information about Modbus see:
87
88
## Roadmap
88
89
89
90
``` diff
90
- // 4.2.0-DEV
91
+ // 4.2.0
91
92
- API: Alternative CRC calulation (reduced memory footprint)
92
93
- ModbusRTU: Static buffer allocation
93
94
- Test: Frame accuracy to specefication
@@ -98,7 +99,7 @@ For more information about Modbus see:
98
99
- Free global registers and callbacks on remove last Modbus instance
99
100
- Test: push/pull functions
100
101
- ModbusTCP: Refactor connect by dns name (using native implementation for ESP32 etc)
101
- // 4.3.0-DEV
102
+ // 4.3.0
102
103
- ModbusTLS: ESP32 Server
103
104
- Test: TLS ESP32 Server
104
105
- Test: TLS ESP32 Client
You can’t perform that action at this time.
0 commit comments