We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e757d6 commit 455d364Copy full SHA for 455d364
tools/config.sh
@@ -27,7 +27,6 @@ fi
27
28
# Owner of the target ESP32 Arduino repository
29
AR_USER="tasmota"
30
-IDF_USER="tasmota"
31
32
# IDF commit to use
33
IDF_COMMIT="2c88dd6b46daa96e868725ab7875f2e3b6208ef3" # 31.01.2025
@@ -37,7 +36,6 @@ IDF_COMMIT="2c88dd6b46daa96e868725ab7875f2e3b6208ef3" # 31.01.2025
37
36
38
# The full name of the repository
39
AR_REPO="$AR_USER/arduino-esp32"
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