From 5a5a2e77ec68fbf46acce8bbffdce4fb189a08c3 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:36:30 +0800 Subject: [PATCH] Update install-esp32.sh --- .github/ci/install-esp32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ci/install-esp32.sh b/.github/ci/install-esp32.sh index 63c529d9..402c4cf2 100644 --- a/.github/ci/install-esp32.sh +++ b/.github/ci/install-esp32.sh @@ -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