Skip to content

Commit 8ca9461

Browse files
authored
Update builds.json
1 parent 7d517d6 commit 8ca9461

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

configs/builds.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,16 @@
168168
"idf_libs":["qio","80m","qio_ram"],
169169
"bootloaders":[
170170
["qio","120m","qio_ram"],
171+
["opi","120m","opi_ram"],
171172
["qio","80m","qio_ram"],
172-
["dio","80m","qio_ram"],
173173
["opi","80m","opi_ram"]
174174
],
175175
"mem_variants":[
176+
["opi","80m","opi_ram"],
176177
["qio","80m","opi_ram"],
177-
["dio","80m","qio_ram"],
178-
["dio","80m","opi_ram"],
179-
["opi","80m","opi_ram"]
178+
["qio","120m","opi_ram"],
179+
["opi","120m","opi_ram"],
180+
["qio","120m","qio_ram"]
180181
]
181182
}
182183
]

0 commit comments

Comments
 (0)