From bb6baa577ef83b0b530babcc0f37b7cf61e24ffd Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 24 Jan 2022 13:58:52 +0100 Subject: [PATCH] Use 8.4.0+2021r2-patch2 toolchains for CI with platformio --- .github/scripts/install-platformio-esp32.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/install-platformio-esp32.sh b/.github/scripts/install-platformio-esp32.sh index 0d27967bfa8..a19e11b9ae6 100755 --- a/.github/scripts/install-platformio-esp32.sh +++ b/.github/scripts/install-platformio-esp32.sh @@ -3,9 +3,9 @@ export PLATFORMIO_ESP32_PATH="$HOME/.platformio/packages/framework-arduinoespressif32" PLATFORMIO_ESP32_URL="https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master" -XTENSA32_TOOLCHAIN_VERSION="8.4.0+2021r1" -XTENSA32S2_TOOLCHAIN_VERSION="8.4.0+2021r1" -RISCV_TOOLCHAIN_VERSION="8.4.0+2021r1" +XTENSA32_TOOLCHAIN_VERSION="8.4.0+2021r2-patch2" +XTENSA32S2_TOOLCHAIN_VERSION="8.4.0+2021r2-patch2" +RISCV_TOOLCHAIN_VERSION="8.4.0+2021r2-patch2" ESPTOOLPY_VERSION="~1.30100.0" ESPRESSIF_ORGANIZATION_NAME="espressif"