Skip to content

Commit c144ffc

Browse files
authored
Update builds.json
1 parent ec4d717 commit c144ffc

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

configs/builds.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -137,25 +137,17 @@
137137
{
138138
"target": "esp32s3",
139139
"features":[],
140-
"idf_libs":["qio","80m","opi_ram"],
140+
"idf_libs":["qio","80m","qio_ram"],
141141
"bootloaders":[
142142
["qio","120m","qio_ram"],
143-
["qio","120m","opi_ram"],
144143
["qio","80m","qio_ram"],
145-
["qio","80m","opi_ram"],
146-
["opi","120m","qio_ram"],
147-
["opi","120m","opi_ram"],
148-
["opi","80m","qio_ram"],
144+
["dio","80m","qio_ram"],
149145
["opi","80m","opi_ram"]
150146
],
151147
"mem_variants":[
152-
["qio","120m","qio_ram"],
153-
["qio","120m","opi_ram"],
154-
["qio","80m","qio_ram"],
155-
["qio","80m","opi_ram"],
156-
["opi","120m","qio_ram"],
157-
["opi","120m","opi_ram"],
158-
["opi","80m","qio_ram"],
148+
["qio","80m","opi_ram"],
149+
["dio","80m","qio_ram"],
150+
["dio","80m","opi_ram"],
159151
["opi","80m","opi_ram"]
160152
]
161153
}

0 commit comments

Comments
 (0)