mirror of
https://github.com/esphome/esphome.git
synced 2025-01-08 13:51:43 +01:00
Fix adf version
This commit is contained in:
parent
33346c0b6a
commit
6dd92053b5
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ async def to_code(config):
|
|||
name="esp-adf",
|
||||
repo="https://github.com/espressif/esp-adf",
|
||||
path="components",
|
||||
ref="master",
|
||||
ref="v2.5",
|
||||
components=["*"],
|
||||
submodules=["components/esp-sr", "components/esp-adf-libs"],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue