From d4ffd0ac11199bcff22e323ea44925f7395cf5c8 Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Wed, 23 Jul 2025 13:46:43 +0300 Subject: [PATCH] Update config.sh to use the proper branch of Arduino --- tools/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config.sh b/tools/config.sh index 4f17d8a1..07923a74 100755 --- a/tools/config.sh +++ b/tools/config.sh @@ -10,7 +10,7 @@ if [ -z $IDF_BRANCH ]; then fi if [ -z $AR_PR_TARGET_BRANCH ]; then - AR_PR_TARGET_BRANCH="master" + AR_PR_TARGET_BRANCH="release/v3.2.x" fi if [ -z $IDF_TARGET ]; then