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 abb3f35 commit 535cb59Copy full SHA for 535cb59
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.2.3"
+ IDF_BRANCH="v3.3.1"
13
fi
14
15
# Owner of the target ESP32 Arduino repository
0 commit comments