Skip to content

Commit ec5071f

Browse files
authored
Update builds.json
1 parent 6b32163 commit ec5071f

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

configs/builds.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,25 @@
145145
{
146146
"target": "esp32s3",
147147
"features":[],
148-
"idf_libs":["qio","80m","qio_ram"],
148+
"idf_libs":["qio","80m","opi_ram"],
149149
"bootloaders":[
150150
["qio","120m","qio_ram"],
151+
["qio","120m","opi_ram"],
151152
["qio","80m","qio_ram"],
152-
["dio","80m","qio_ram"],
153+
["qio","80m","opi_ram"],
154+
["opi","120m","qio_ram"],
155+
["opi","120m","opi_ram"],
156+
["opi","80m","qio_ram"],
153157
["opi","80m","opi_ram"]
154158
],
155159
"mem_variants":[
156-
["qio","80m","opi_ram"],
157-
["dio","80m","qio_ram"],
158-
["dio","80m","opi_ram"],
160+
["qio","120m","qio_ram"],
161+
["qio","120m","opi_ram"],
162+
["qio","80m","qio_ram"],
163+
["qio","80m","opi_ram"],
164+
["opi","120m","qio_ram"],
165+
["opi","120m","opi_ram"],
166+
["opi","80m","qio_ram"],
159167
["opi","80m","opi_ram"]
160168
]
161169
}

0 commit comments

Comments
 (0)