Skip to content

Commit 07de5dd

Browse files
authored
AR_BRANCH="feature/network_refactoring"
1 parent 23e53fc commit 07de5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111

1212
# Arduino branch to use
1313
if [ -z $AR_BRANCH ]; then
14-
AR_BRANCH="main"
14+
AR_BRANCH="feature/network_refactoring"
1515
fi
1616

1717
if [ -z $IDF_TARGET ]; then

0 commit comments

Comments
 (0)