mirror of
https://github.com/espressif/esp-modbus.git
synced 2026-08-03 20:24:09 +02:00
24 lines
516 B
YAML
24 lines
516 B
YAML
version: "2.1.3"
|
|
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
|
|
url: https://github.com/espressif/esp-modbus
|
|
dependencies:
|
|
idf: ">=5.0"
|
|
files:
|
|
exclude:
|
|
- "docs"
|
|
- "docs/**/*"
|
|
- "test"
|
|
- "test/**/*"
|
|
- "**/arch/"
|
|
- "**/arch/**/*"
|
|
- "**/pytest_embedded_log/**/*"
|
|
- "**/build*/**/*"
|
|
- "**/*.zip"
|
|
- "**/*.xml"
|
|
- "**/*.html"
|
|
- "**/*.pcap"
|
|
- "**/*.log"
|
|
- "**/*.code-workspace"
|
|
- "**/__pycache__/**/*"
|
|
- "**/.pytest_cache/**/*"
|