Files
esp-modbus/idf_component.yml
T
2024-12-06 19:25:22 +08:00

16 lines
315 B
YAML

version: "1.0.17"
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"