CREATING BLANK PROJECT
Objective: create 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.
# idf.py create-project <project_name>
Substitute <project_name> with blank.