File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
IDF_COMPS=" $IDF_PATH /components"
4
4
IDF_TOOLCHAIN=" xtensa-esp32-elf"
5
- IDF_TOOLCHAIN_LINUX_ARMEL=" https://dl.espressif.com/dl/xtensa-esp32-elf-linux-armel-1.22.0-87-gb57bad3-5.2.0 .tar.gz"
6
- IDF_TOOLCHAIN_LINUX32=" https://dl.espressif.com/dl/xtensa-esp32-elf-linux32-1.22.0-80-g6c4433a-5.2.0 .tar.gz"
7
- IDF_TOOLCHAIN_LINUX64=" https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0 .tar.gz"
8
- IDF_TOOLCHAIN_WIN32=" https://dl.espressif.com/dl/xtensa-esp32-elf-win32-1.22.0-80-g6c4433a-5.2.0 .zip"
9
- IDF_TOOLCHAIN_MACOS=" https://dl.espressif.com/dl/xtensa-esp32-elf-osx-1.22.0-80-g6c4433a-5.2.0 .tar.gz"
5
+ IDF_TOOLCHAIN_LINUX_ARMEL=" https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2019r2-linux-armel .tar.gz"
6
+ IDF_TOOLCHAIN_LINUX32=" https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2019r2-linux-i686 .tar.gz"
7
+ IDF_TOOLCHAIN_LINUX64=" https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2019r2-linux-amd64 .tar.gz"
8
+ IDF_TOOLCHAIN_WIN32=" https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2019r2-win32 .zip"
9
+ IDF_TOOLCHAIN_MACOS=" https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2019r2-macos .tar.gz"
10
10
11
11
if [ -z $IDF_BRANCH ]; then
12
12
IDF_BRANCH=" release/v4.0"
Original file line number Diff line number Diff line change 13
13
git -C " $AR_COMPS /arduino" pull origin master
14
14
fi
15
15
if [ $? -ne 0 ]; then exit 1; fi
16
- git -C " $AR_COMPS /arduino" submodule update --init --recursive
16
+ # git -C "$AR_COMPS/arduino" submodule update --init --recursive
17
17
18
18
#
19
19
# CLONE/UPDATE ESP32-CAMERA
You can’t perform that action at this time.
0 commit comments