mirror of
https://github.com/esphome/esphome.git
synced 2025-01-13 08:03:18 +01:00
Sort idf components
This commit is contained in:
parent
b584d2b81e
commit
5d0d7c84c0
1 changed files with 5 additions and 4 deletions
|
@ -4,13 +4,14 @@ dependencies:
|
|||
esp32_camera:
|
||||
git: https://github.com/espressif/esp32-camera.git
|
||||
version: v2.0.9
|
||||
esp_modem:
|
||||
git: https://github.com/espressif/esp-protocols.git
|
||||
version: modem-v1.1.0
|
||||
path: components/esp_modem
|
||||
mdns:
|
||||
git: https://github.com/espressif/esp-protocols.git
|
||||
version: mdns-v1.2.5
|
||||
path: components/mdns
|
||||
rules:
|
||||
- if: "idf_version >=5.0"
|
||||
esp_modem:
|
||||
git: https://github.com/espressif/esp-protocols.git
|
||||
version: modem-v1.1.0
|
||||
path: components/esp_modem
|
||||
|
||||
|
|
Loading…
Reference in a new issue