Skip to content

Commit

Permalink
Update install-esp32.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Aug 25, 2024
1 parent f0fb284 commit 4a17e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci/install-esp32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "Clone esp32 core"
cd $HOME/arduino_ide/hardware
mkdir esp32
cd esp32
git clone -b 2.0.8 https://github.com/espressif/arduino-esp32.git esp32
git clone -b 3.0.4 https://github.com/espressif/arduino-esp32.git esp32
cd esp32
git submodule update --init
cd tools
Expand Down

0 comments on commit 4a17e61

Please sign in to comment.