Skip to content

Commit 35940dd

Browse files
authored
Update bootloader and memory variant configurations
Removed 'dio' bootloader entries and added 'opi' bootloader entries with different memory variants.
1 parent ac7088c commit 35940dd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

configs/builds.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,16 @@
168168
"idf_libs":["qio","80m","qio_ram"],
169169
"bootloaders":[
170170
["qio","120m","qio_ram"],
171+
["opi","120m","opi_ram"],
171172
["qio","80m","qio_ram"],
172-
["dio","80m","qio_ram"],
173173
["opi","80m","opi_ram"]
174174
],
175175
"mem_variants":[
176+
["opi","80m","opi_ram"],
176177
["qio","80m","opi_ram"],
177-
["dio","80m","qio_ram"],
178-
["dio","80m","opi_ram"],
179-
["opi","80m","opi_ram"]
178+
["qio","120m","opi_ram"],
179+
["opi","120m","opi_ram"],
180+
["qio","120m","qio_ram"]
180181
]
181182
}
182183
]

0 commit comments

Comments
 (0)