Updated Espressif IDF as a Component (markdown)

Phil Schatzmann 2021-10-16 11:10:30 +02:00
parent ef2f9c07fd
commit 9888bc0020

@ -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