From 9888bc00207bdb584d1225689d805a1bd4688894 Mon Sep 17 00:00:00 2001 From: Phil Schatzmann Date: Sat, 16 Oct 2021 11:10:30 +0200 Subject: [PATCH] Updated Espressif IDF as a Component (markdown) --- Espressif-IDF-as-a-Component.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Espressif-IDF-as-a-Component.md b/Espressif-IDF-as-a-Component.md index 2c5556a..3adfbcb 100644 --- a/Espressif-IDF-as-a-Component.md +++ b/Espressif-IDF-as-a-Component.md @@ -10,6 +10,10 @@ Here is a quick summary on how to set up a new project using the ESP32-A2DP idf.py create_project esp32-a2dp cd esp32-a2dp ``` +- set the Target Processor type (esp32 or esp32c3) +``` +idf.py set-target esp32 +``` - Configure the Project