Skip to content

Commit 144e461

Browse files
authored
AR_BRANCH="BLE_h2zero"
1 parent 1d6a882 commit 144e461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/config.sh

Lines changed: 2 additions & 2 deletions
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="master"
14+
AR_BRANCH="BLE_h2zero"
1515
fi
1616

1717
if [ -z $IDF_TARGET ]; then
@@ -26,7 +26,7 @@ if [ -z $IDF_TARGET ]; then
2626
fi
2727

2828
# Owner of the target ESP32 Arduino repository
29-
AR_USER="espressif"
29+
AR_USER="Jason2866"
3030

3131
# IDF commit to use
3232
#IDF_COMMIT=""

0 commit comments

Comments
 (0)