mirror of
https://github.com/espressif/esp-modbus.git
synced 2026-08-03 20:24:09 +02:00
3b10a452cc
component release v1.0.16: * add custom modbus user error handler for master IDFGH-12757 * add support of esp32c5 target (IDF-10050) * 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)