Skip to content

Commit 0c51862

Browse files
authored
Modify esp32s3 target configurations
Updated idf_libs and bootloaders for esp32s3 target.
1 parent 36dcb21 commit 0c51862

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

configs/builds.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,11 @@
165165
{
166166
"target": "esp32s3",
167167
"features":[],
168-
"idf_libs":["qio","80m","qio_ram"],
168+
"idf_libs":["qio","120","opi_ram"],
169169
"bootloaders":[
170-
["qio","120m","qio_ram"],
171-
["qio","80m","qio_ram"],
172-
["opi","80m","opi_ram"],
173-
["opi","120m","opi_ram"]
170+
["qio","120m","opi_ram"]
174171
],
175172
"mem_variants":[
176-
["qio","80m","opi_ram"],
177-
["opi","80m","opi_ram"],
178173
["opi","120m","opi_ram"]
179174
]
180175
}

0 commit comments

Comments
 (0)