COMPILE THE PROJECT
Objective: compile new project.
Use the following command to set the current project target microcontroller.
# idf.py set-target <target>
Substitute with yout microcontroller, such as ESp32 or ESP32C3.
Finally, use the command build to compile your project.
# idf.py build