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)
16 lines
315 B
YAML
16 lines
315 B
YAML
version: "1.0.16"
|
|
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
|
|
url: https://github.com/espressif/esp-modbus
|
|
dependencies:
|
|
idf: ">=4.3"
|
|
files:
|
|
exclude:
|
|
- "docs/**/*"
|
|
- "docs"
|
|
- "test/**/*"
|
|
- "test"
|
|
- "arch"
|
|
- "arch/**/*"
|
|
- "build*/**/*"
|
|
- "**/*.zip"
|