This commit is contained in:
2025-10-18 19:18:48 -04:00
parent bc6f6f35b2
commit 57a245dc9e

View File

@@ -1,5 +1,12 @@
# CREATING BLANK PROJECT
The idf.py command-line tool provides a front-end for easily managing your project builds, deployment and debugging, and more.
To start a new project, use `create-project`
This command creates a new ESP-IDF project. Additionally, the folder where the project will be created in can be specified by the --path option.
```code bash
# idf.py
```
# idf.py create-project <project_name>
```