This commit is contained in:
2025-10-18 19:49:46 -04:00
parent a97fec7359
commit d4ae3809dc

View File

@@ -2,13 +2,9 @@
Objective: compile new 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.
Use the following command to set the current project target microcontroller.
```code bash
# idf.py create-project <project_name>
# idf.py set-target <target>
```
Substitute <project_name> with blank.