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 852608b commit f34d5eeCopy full SHA for f34d5ee
configs/builds.json
@@ -145,18 +145,12 @@
145
{
146
"target": "esp32s3",
147
"features":[],
148
- "idf_libs":["qio","80m","qio_ram"],
+ "idf_libs":["qio","80m","opi_ram"],
149
"bootloaders":[
150
- ["qio","120m","qio_ram"],
151
- ["qio","80m","qio_ram"],
152
- ["dio","80m","qio_ram"],
153
- ["opi","80m","opi_ram"]
+ ["qio","80m","opi_ram"]
154
],
155
"mem_variants":[
156
- ["qio","80m","opi_ram"],
157
158
- ["dio","80m","opi_ram"],
159
160
]
161
}
162
0 commit comments