mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-14 21:59:00 +00:00
16 lines
657 B
YAML
16 lines
657 B
YAML
## IDF Component Manager Manifest File
|
|
version: "1.3.0"
|
|
description: Network connectivity helper component for ESP RainMaker applications with WiFi and Thread support
|
|
url: https://github.com/espressif/esp-rainmaker/tree/master/examples/common/rmaker_app_network
|
|
repository: https://github.com/espressif/esp-rainmaker.git
|
|
issues: https://github.com/espressif/esp-rainmaker/issues
|
|
documentation: https://github.com/espressif/esp-rainmaker/tree/master/examples/common/rmaker_app_network/README.md
|
|
dependencies:
|
|
## Required IDF version
|
|
idf:
|
|
version: ">=5.1.0"
|
|
espressif/qrcode:
|
|
version: "*"
|
|
espressif/network_provisioning:
|
|
version: "~1.2.1"
|