Releases: espressif/esp-modbus
Releases · espressif/esp-modbus
v1.0.17: Release [1.0.17] 2024-12-06
[1.0.17] 2024-12-06
Fixed
- fix communication mode setup in modbus slave (IDFGH-14059)
- fix: flush uart queue on parity and frame error (IDFGH-13881)
- fix docs preview deploy server settings (IDF-11808)
- fix docs extended types enable option v1
- fix modbus tcp slave port close connections on destroy
- fix removed extra closing braces to avoid C++ compiler error (IDFGH-13419)
- fix modbus read input registers max count (IDFGH-13284)
Added
- add the 0x11 command - get slave info (IDFGH-13856)
- add support target esp32c61 (IDF-10051)
Note: The support for v1 release will be limited. The esp-modbus v2 becomes the main version.
Release [1.0.16] 2024-09-11
[1.0.16] 2024-09-11
Added
- add custom modbus user error handler for master IDFGH-12757
- add support of esp32c5 target (IDF-10050)
Fixed
- fix modbus using of hostname incorrectly after lwip update (IDF-10104)
- fix modbus read input registers max number (IDFGH-13284)
- fix extra closing braces to avoid C++ compiler error (IDFGH-13419)
- fix ci/cd issues and support policy (RDT-739)
release v1.0.15
v1.0.15: This version is equivalent to the version v1.0.14
includes the fix for component manager
Release [1.0.14] 2024-04-29
[1.0.14] 2024-04-29
Added
- add modbus extended float/uint support for custom and third party devices (IDFGH-7198, IDF-7634)
Fixed
- fix documentation to describe on how to override modbus serial comm opts (IDFGH-11906, IDFGH-6341, IDFGH-9713, IDFGH-12260)
- fix master broadcast request issue (IDFGH-12540)
- fix modbus rtu skips first packet t35meas is disabled (IDFGH-12105)
Release [1.0.13] 2024-01-26
[1.0.13] 2024-01-26
Added
- Add support for esp32p4 target (IDF-7869)
Fixed
- Fix modbus slave wait before send option (IDFGH-11279)
- Fix for closing tcp connections and watchdog timeout (IDFGH-11539, IDFGH-11690)
- Fix unused sdkconfig settings for ci jobs