File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ IDF_TOOLCHAIN_WIN32="https://dl.espressif.com/dl/xtensa-esp32-elf-win32-1.22.0-9
9
9
IDF_TOOLCHAIN_MACOS=" https://dl.espressif.com/dl/xtensa-esp32-elf-osx-1.22.0-96-g2852398-5.2.0.tar.gz"
10
10
11
11
if [ -z $IDF_BRANCH ]; then
12
- IDF_BRANCH=" release/v3.3"
12
+ IDF_BRANCH=" release/v3.3-no-mac-crc "
13
13
fi
14
14
15
15
# Owner of the target ESP32 Arduino repository
@@ -18,7 +18,7 @@ AR_USER="espressif"
18
18
# The full name of the repository
19
19
AR_REPO=" $AR_USER /arduino-esp32"
20
20
21
- IDF_REPO_URL=" https://github.com/espressif /esp-idf.git"
21
+ IDF_REPO_URL=" https://github.com/pauln /esp-idf.git"
22
22
CAMERA_REPO_URL=" https://github.com/espressif/esp32-camera.git"
23
23
FACE_REPO_URL=" https://github.com/espressif/esp-face.git"
24
24
AR_REPO_URL=" https://github.com/$AR_REPO .git"
You can’t perform that action at this time.
0 commit comments