diff --git a/tasks.py b/tasks.py index 4533f54..196c8a8 100644 --- a/tasks.py +++ b/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") \ No newline at end of file