Skip to content

Releases: espressif/esp-modbus

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