We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7088c commit 35940ddCopy full SHA for 35940dd
configs/builds.json
@@ -168,15 +168,16 @@
168
"idf_libs":["qio","80m","qio_ram"],
169
"bootloaders":[
170
["qio","120m","qio_ram"],
171
+ ["opi","120m","opi_ram"],
172
["qio","80m","qio_ram"],
- ["dio","80m","qio_ram"],
173
["opi","80m","opi_ram"]
174
],
175
"mem_variants":[
176
+ ["opi","80m","opi_ram"],
177
["qio","80m","opi_ram"],
178
- ["dio","80m","opi_ram"],
179
- ["opi","80m","opi_ram"]
+ ["qio","120m","opi_ram"],
180
+ ["qio","120m","qio_ram"]
181
]
182
}
183
0 commit comments