Skip to content

Commit ef4559f

Browse files
committed
Add P4 mem variants
1 parent 85fe140 commit ef4559f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

configs/builds.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,14 @@
4949
"features":[],
5050
"idf_libs":["qio","80m"],
5151
"bootloaders":[
52-
["qio","80m"]
52+
["qio","80m"],
53+
["dio","80m"],
54+
["qio","40m"],
55+
["dio","40m"]
5356
],
54-
"mem_variants":[]
57+
"mem_variants":[
58+
["dio","80m"]
59+
]
5560
},
5661
{
5762
"target": "esp32c2",

0 commit comments

Comments
 (0)