Files
esp-matter/components/esp_matter/idf_component.yml
T
Shubham Patil e04c1eb302 ota: Enable the handling of encrypted OTA image
Also, added the docs around OTA and sample usage in light example.
2023-06-07 19:32:12 +05:30

12 lines
247 B
YAML

## IDF Component Manager Manifest File
dependencies:
espressif/esp_secure_cert_mgr: "^2.2.1"
## Required IDF version
idf:
version: ">=4.4.2"
espressif/esp_encrypted_img:
version: "2.0.3"
rules:
- if: "idf_version >=4.4"