Skip to content

Releases: espressif/esp-modbus

Release [1.0.16] 2024-09-11

11 Sep 15:14
Compare
Choose a tag to compare

[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

07 May 07:41
Compare
Choose a tag to compare

Release [1.0.14] 2024-04-29

30 Apr 08:41
Compare
Choose a tag to compare

[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

30 Apr 08:43
Compare
Choose a tag to compare
Pre-release

[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