From fde83b0280de33f81ca32aab7ccf6bfd9db8efaf Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 18 Oct 2025 19:56:37 -0400 Subject: [PATCH] . --- compile_project/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/compile_project/readme.md b/compile_project/readme.md index 963fd79..35e4f84 100644 --- a/compile_project/readme.md +++ b/compile_project/readme.md @@ -7,4 +7,10 @@ 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. \ No newline at end of file +Substitute with yout microcontroller, such as ESp32 or ESP32C3. + +Finally, use the command `build` to compile your project: + +```code bash +# idf.py build +``` \ No newline at end of file