mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-09 09:26:48 +01:00
Update install-esp32.sh
This commit is contained in:
2
.github/ci/install-esp32.sh
vendored
2
.github/ci/install-esp32.sh
vendored
@@ -12,7 +12,7 @@ echo "Clone esp32 core"
|
||||
cd $HOME/arduino_ide/hardware
|
||||
mkdir esp32
|
||||
cd esp32
|
||||
git clone https://github.com/espressif/arduino-esp32.git esp32
|
||||
git clone -b 2.0.8 https://github.com/espressif/arduino-esp32.git esp32
|
||||
cd esp32
|
||||
git submodule update --init
|
||||
cd tools
|
||||
|
||||
Reference in New Issue
Block a user