Skip to content

Commit b1767a8

Browse files
committed
Default build variants in the menu
1 parent bbd8bda commit b1767a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configs/builds.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"targets":[
4747
{
4848
"target": "esp32p4",
49+
"skip": 1,
4950
"features":["qio_ram"],
5051
"idf_libs":["qio","80m"],
5152
"bootloaders":[
@@ -75,6 +76,7 @@
7576
},
7677
{
7778
"target": "esp32h2",
79+
"skip": 1,
7880
"features":[],
7981
"idf_libs":["qio","64m"],
8082
"bootloaders":[
@@ -89,6 +91,7 @@
8991
},
9092
{
9193
"target": "esp32c6",
94+
"skip": 1,
9295
"features":[],
9396
"idf_libs":["qio","80m"],
9497
"bootloaders":[
@@ -103,6 +106,7 @@
103106
},
104107
{
105108
"target": "esp32c3",
109+
"skip": 1,
106110
"features":[],
107111
"idf_libs":["qio","80m"],
108112
"bootloaders":[
@@ -117,6 +121,7 @@
117121
},
118122
{
119123
"target": "esp32",
124+
"skip": 1,
120125
"features":["qio_ram"],
121126
"idf_libs":["qio","80m"],
122127
"bootloaders":[
@@ -131,6 +136,7 @@
131136
},
132137
{
133138
"target": "esp32s2",
139+
"skip": 1,
134140
"features":["qio_ram"],
135141
"idf_libs":["qio","80m"],
136142
"bootloaders":[

0 commit comments

Comments
 (0)