Enable IDF framework for ESP32S3-based boards

This commit is contained in:
Valerii Koval
2022-06-14 14:55:56 +03:00
parent f84dc9a3c8
commit f1212d67ee
8 changed files with 20 additions and 8 deletions
+2 -1
View File
@@ -33,7 +33,8 @@
"openocd_target": "esp32s3.cfg"
},
"frameworks": [
"arduino"
"arduino",
"espidf"
],
"name": "ESP32S3 CAM LCD",
"upload": {