This commit is contained in:
2025-10-18 19:56:37 -04:00
parent b55390dcac
commit fde83b0280

View File

@@ -7,4 +7,10 @@ Use the following command to set the current project target microcontroller.
```code bash
# idf.py set-target <target>
```
Substitute <target> with yout microcontroller, such as ESp32 or ESP32C3.
Substitute <target> with yout microcontroller, such as ESp32 or ESP32C3.
Finally, use the command `build` to compile your project:
```code bash
# idf.py build
```