Skip to content

Commit d35c132

Browse files
authored
reduce s3 build variants
1 parent eacae28 commit d35c132

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

configs/builds.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,20 +131,17 @@
131131
{
132132
"target": "esp32s3",
133133
"features":[],
134-
"idf_libs":["qio","80m","qio_ram"],
134+
"idf_libs":["qio","120m","opi_ram"],
135135
"bootloaders":[
136136
["qio","120m","qio_ram"],
137137
["qio","80m","qio_ram"],
138-
["opi","80m","opi_ram"],
139-
["opi","120m","opi_ram"]
138+
["opi","120m","opi_ram"],
139+
["opi","80m","opi_ram"]
140140
],
141141
"mem_variants":[
142-
["qio","120m","opi_ram"],
143-
["qio","80m","opi_ram"],
144-
["opi","120m","qio_ram"],
142+
["qio","120m","qio_ram"],
145143
["opi","120m","opi_ram"],
146-
["opi","80m","qio_ram"],
147-
["opi","80m","opi_ram"]
144+
["opi","120m","qio_ram"]
148145
]
149146
}
150147
]

0 commit comments

Comments
 (0)