File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 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.
2929* [ Callbacks] ( examples/Callback ) driven design
3030* Real life complex examples:
3131 * [ ESP8266/ESP32 firmware update over Modbus] ( examples/Files )
32- * [ ModbusRTU to ModbusTCP bridge] ( examples/bridge )
32+ * [ ModbusRTU to ModbusTCP bridge] ( examples/Bridge )
3333
3434## Notes
3535
@@ -48,6 +48,7 @@ For more information about Modbus see:
4848
4949``` diff
5050// 4.1.1
51+ + Protocol: Fix wrong error code responce on non-existent register
5152+ ModbusTCP: Fix potential memory leak
5253+ API: cbEnable/cbDisable functionality extended
5354+ ESP-IDF: CMakeList.txt added
@@ -87,7 +88,7 @@ For more information about Modbus see:
8788## Roadmap
8889
8990``` diff
90- // 4.2.0-DEV
91+ // 4.2.0
9192- API: Alternative CRC calulation (reduced memory footprint)
9293- ModbusRTU: Static buffer allocation
9394- Test: Frame accuracy to specefication
@@ -98,7 +99,7 @@ For more information about Modbus see:
9899- Free global registers and callbacks on remove last Modbus instance
99100- Test: push/pull functions
100101- ModbusTCP: Refactor connect by dns name (using native implementation for ESP32 etc)
101- // 4.3.0-DEV
102+ // 4.3.0
102103- ModbusTLS: ESP32 Server
103104- Test: TLS ESP32 Server
104105- Test: TLS ESP32 Client
You can’t perform that action at this time.
0 commit comments