We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615a517 commit e56880aCopy full SHA for e56880a
.github/scripts/install-platformio-esp32.sh
@@ -1,11 +1,11 @@
1
#!/bin/bash
2
3
export PLATFORMIO_ESP32_PATH="$HOME/.platformio/packages/framework-arduinoespressif32"
4
-PLATFORMIO_ESP32_URL="https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master"
+PLATFORMIO_ESP32_URL="https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2.1/platform-tasmota-espressif32-2.0.2.1.zip"
5
6
-XTENSA32_TOOLCHAIN_VERSION="8.4.0+2021r1"
7
-XTENSA32S2_TOOLCHAIN_VERSION="8.4.0+2021r1"
8
-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"
9
ESPTOOLPY_VERSION="~1.30100.0"
10
ESPRESSIF_ORGANIZATION_NAME="espressif"
11
0 commit comments