Skip to content

Commit eacae28

Browse files
authored
Update builds.json
1 parent f8479a8 commit eacae28

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

configs/builds.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,21 +131,15 @@
131131
{
132132
"target": "esp32s3",
133133
"features":[],
134-
"idf_libs":["qio","80m","opi_ram"],
134+
"idf_libs":["qio","80m","qio_ram"],
135135
"bootloaders":[
136136
["qio","120m","qio_ram"],
137-
["qio","120m","opi_ram"],
138137
["qio","80m","qio_ram"],
139-
["qio","80m","opi_ram"],
140-
["opi","120m","qio_ram"],
141-
["opi","120m","opi_ram"],
142-
["opi","80m","qio_ram"],
143-
["opi","80m","opi_ram"]
138+
["opi","80m","opi_ram"],
139+
["opi","120m","opi_ram"]
144140
],
145141
"mem_variants":[
146-
["qio","120m","qio_ram"],
147142
["qio","120m","opi_ram"],
148-
["qio","80m","qio_ram"],
149143
["qio","80m","opi_ram"],
150144
["opi","120m","qio_ram"],
151145
["opi","120m","opi_ram"],

0 commit comments

Comments
 (0)