mirror of
https://github.com/espressif/esp-modbus.git
synced 2025-06-25 01:01:33 +02:00
16 lines
315 B
YAML
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"
|