From d4ae3809dca2cbf9ecb96ba06e96562ba6f8dee6 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 18 Oct 2025 19:49:46 -0400 Subject: [PATCH] . --- compile_project/readme.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/compile_project/readme.md b/compile_project/readme.md index ef17973..3b927cf 100644 --- a/compile_project/readme.md +++ b/compile_project/readme.md @@ -2,13 +2,9 @@ Objective: compile new project. -The idf.py command-line tool provides a front-end for easily managing your project builds, deployment and debugging, and more. - -To start a new project, use `create-project` - -This command creates a new ESP-IDF project. Additionally, the folder where the project will be created in can be specified by the --path option. +Use the following command to set the current project target microcontroller. ```code bash -# idf.py create-project +# idf.py set-target ``` Substitute with blank. \ No newline at end of file