Skip to content

Commit 74a8c66

Browse files
authored
Update builds.json
1 parent 5a3a6c0 commit 74a8c66

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
@@ -145,25 +145,17 @@
145145
{
146146
"target": "esp32s3",
147147
"features":[],
148-
"idf_libs":["qio","80m","opi_ram"],
148+
"idf_libs":["qio","80m","qio_ram"],
149149
"bootloaders":[
150150
["qio","120m","qio_ram"],
151-
["qio","120m","opi_ram"],
152151
["qio","80m","qio_ram"],
153-
["qio","80m","opi_ram"],
154-
["opi","120m","qio_ram"],
155-
["opi","120m","opi_ram"],
156-
["opi","80m","qio_ram"],
152+
["dio","80m","qio_ram"],
157153
["opi","80m","opi_ram"]
158154
],
159155
"mem_variants":[
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"],
156+
["qio","80m","opi_ram"],
157+
["dio","80m","qio_ram"],
158+
["dio","80m","opi_ram"],
167159
["opi","80m","opi_ram"]
168160
]
169161
}

0 commit comments

Comments
 (0)