We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e6fb1 commit 8c2ee34Copy full SHA for 8c2ee34
configs/builds.json
@@ -143,8 +143,7 @@
143
["qio","80m","opi_ram"],
144
["dio","80m","qio_ram"],
145
["dio","80m","opi_ram"],
146
- ["opi","80m","opi_ram"],
147
- ["opi","80m","qio_ram"]
+ ["opi","80m","opi_ram"]
148
]
149
}
150
tools/config.sh
@@ -6,11 +6,11 @@ if [ -z $IDF_PATH ]; then
6
fi
7
8
if [ -z $IDF_BRANCH ]; then
9
- IDF_BRANCH="release/v5.1"
+ IDF_BRANCH="release/v5.3"
10
11
12
if [ -z $AR_PR_TARGET_BRANCH ]; then
13
- AR_PR_TARGET_BRANCH="master"
+ AR_PR_TARGET_BRANCH="release/v3.1.x"
14
15
16
if [ -z $IDF_TARGET ]; then
0 commit comments