mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-03-09 05:20:21 +00:00
add(tasks): implement update task for project dependencies
This commit is contained in:
parent
3ced494e76
commit
ddba4d906c
1 changed files with 5 additions and 0 deletions
5
tasks.py
5
tasks.py
|
|
@ -48,3 +48,8 @@ def config(c):
|
|||
def saveconfig(c):
|
||||
"""Save current config as sdkconfig.defaults"""
|
||||
c.run("idf.py save-defconfig")
|
||||
|
||||
@task
|
||||
def update(c):
|
||||
"""Update project dependencies"""
|
||||
c.run("idf.py update-dependencies")
|
||||
Loading…
Add table
Add a link
Reference in a new issue