We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c923cad commit f45eb3bCopy full SHA for f45eb3b
tools/config.sh
@@ -6,7 +6,7 @@ if [ -z $IDF_PATH ]; then
6
fi
7
8
if [ -z $IDF_BRANCH ]; then
9
- export IDF_BRANCH="release/v5.3"
+ export IDF_BRANCH="release/v5.3b"
10
11
12
# Arduino branch to use
@@ -27,6 +27,7 @@ fi
27
28
# Owner of the target ESP32 Arduino repository
29
AR_USER="tasmota"
30
+IDF_USER="staars"
31
32
# IDF commit to use
33
IDF_COMMIT="b7d6d7459e8a2e9a855c0427339ec340ec77da9d"
@@ -36,7 +37,7 @@ IDF_COMMIT="b7d6d7459e8a2e9a855c0427339ec340ec77da9d"
36
37
38
# The full name of the repository
39
AR_REPO="$AR_USER/arduino-esp32"
-IDF_REPO="$AR_USER/esp-idf"
40
+IDF_REPO="$IDF_USER/esp-idf"
41
AR_LIBS_REPO="$AR_USER/esp32-arduino-libs"
42
43
AR_REPO_URL="https://github.com/$AR_REPO.git"
0 commit comments