Add set target to ESP32-S3

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-09-19 20:12:52 +02:00
parent 7071949a1f
commit 4fe1c0804c
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -9,4 +9,5 @@ cd esp-idf
. ./export.sh . ./export.sh
cd .. cd ..
rm -rf build rm -rf build
idf.py set-target esp32s3
idf.py all idf.py all