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 8b8e888 commit 4d6e2aaCopy full SHA for 4d6e2aa
tools/config.sh
@@ -9,7 +9,7 @@ IDF_TOOLCHAIN_WIN32="https://dl.espressif.com/dl/xtensa-esp32-elf-win32-1.22.0-8
9
IDF_TOOLCHAIN_MACOS="https://dl.espressif.com/dl/xtensa-esp32-elf-osx-1.22.0-80-g6c4433a-5.2.0.tar.gz"
10
11
if [ -z $IDF_BRANCH ]; then
12
- IDF_BRANCH="v3.3"
+ IDF_BRANCH="v3.3.4"
13
fi
14
15
# Owner of the target ESP32 Arduino repository
0 commit comments