Skip to content

Commit 60d49c9

Browse files
authored
rm S3 variants
1 parent fad49fc commit 60d49c9

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

configs/builds.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -131,26 +131,18 @@
131131
{
132132
"target": "esp32s3",
133133
"features":[],
134-
"idf_libs":["qio","80m","opi_ram"],
134+
"idf_libs":["qio","120m","opi_ram"],
135135
"bootloaders":[
136136
["qio","120m","qio_ram"],
137137
["qio","120m","opi_ram"],
138-
["qio","80m","qio_ram"],
139-
["qio","80m","opi_ram"],
140138
["opi","120m","qio_ram"],
141-
["opi","120m","opi_ram"],
142-
["opi","80m","qio_ram"],
143-
["opi","80m","opi_ram"]
139+
["opi","120m","opi_ram"]
144140
],
145141
"mem_variants":[
146142
["qio","120m","qio_ram"],
147143
["qio","120m","opi_ram"],
148-
["qio","80m","qio_ram"],
149-
["qio","80m","opi_ram"],
150144
["opi","120m","qio_ram"],
151-
["opi","120m","opi_ram"],
152-
["opi","80m","qio_ram"],
153-
["opi","80m","opi_ram"]
145+
["opi","120m","opi_ram"]
154146
]
155147
}
156148
]

0 commit comments

Comments
 (0)