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