Skip to content

Commit 28c74f1

Browse files
authored
Change S3 bootloader and memory variants
1 parent 728df4f commit 28c74f1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

configs/builds.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,18 @@
167167
"features":[],
168168
"idf_libs":["qio","120m","opi_ram"],
169169
"bootloaders":[
170-
["qio","120m","opi_ram"]
170+
["qio","120m","opi_ram"],
171+
["qio","120m","qio_ram"],
172+
["qio","80m","qio_ram"],
173+
["opi","80m","opi_ram"],
174+
["opi","120m","opi_ram"],
175+
["opi","120m","qio_ram"]
171176
],
172177
"mem_variants":[
173-
["opi","120m","opi_ram"]
178+
["opi","120m","qio_ram"],
179+
["opi","120m","opi_ram"],
180+
["qio","120m","qio_ram"],
181+
["qio","120m","opi_ram"]
174182
]
175183
}
176184
]

0 commit comments

Comments
 (0)