Files
2025-10-18 19:56:57 -04:00
..
.
2025-10-18 19:56:57 -04:00

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