Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 50e093d

Browse files
authoredApr 7, 2024
re-add 120Mhz variants
1 parent f630796 commit 50e093d

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
@@ -134,15 +134,23 @@
134134
"idf_libs":["qio","80m","opi_ram"],
135135
"bootloaders":[
136136
["qio","120m","qio_ram"],
137+
["qio","120m","opi_ram"],
137138
["qio","80m","qio_ram"],
138139
["qio","80m","opi_ram"],
140+
["opi","120m","qio_ram"],
141+
["opi","120m","opi_ram"],
142+
["opi","80m","qio_ram"],
139143
["opi","80m","opi_ram"]
140144
],
141145
"mem_variants":[
142146
["qio","120m","qio_ram"],
147+
["qio","120m","opi_ram"],
143148
["qio","80m","qio_ram"],
144-
["opi","80m","opi_ram"],
145-
["opi","80m","qio_ram"]
149+
["qio","80m","opi_ram"],
150+
["opi","120m","qio_ram"],
151+
["opi","120m","opi_ram"],
152+
["opi","80m","qio_ram"],
153+
["opi","80m","opi_ram"]
146154
]
147155
}
148156
]

0 commit comments

Comments
 (0)
Please sign in to comment.