Files
esp-modbus/idf_component.yml
2025-04-26 04:05:29 +08:00

16 lines
315 B
YAML

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