Skip to content

Commit f34d5ee

Browse files
authored
only S3 QIO OPI 80Mhz
1 parent 852608b commit f34d5ee

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

configs/builds.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,12 @@
145145
{
146146
"target": "esp32s3",
147147
"features":[],
148-
"idf_libs":["qio","80m","qio_ram"],
148+
"idf_libs":["qio","80m","opi_ram"],
149149
"bootloaders":[
150-
["qio","120m","qio_ram"],
151-
["qio","80m","qio_ram"],
152-
["dio","80m","qio_ram"],
153-
["opi","80m","opi_ram"]
150+
["qio","80m","opi_ram"]
154151
],
155152
"mem_variants":[
156-
["qio","80m","opi_ram"],
157-
["dio","80m","qio_ram"],
158-
["dio","80m","opi_ram"],
159-
["opi","80m","opi_ram"]
153+
["qio","80m","opi_ram"]
160154
]
161155
}
162156
]

0 commit comments

Comments
 (0)