Skip to content

Commit e56880a

Browse files
authored
Use Tasmota platform for CI
1 parent 615a517 commit e56880a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/scripts/install-platformio-esp32.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22

33
export PLATFORMIO_ESP32_PATH="$HOME/.platformio/packages/framework-arduinoespressif32"
4-
PLATFORMIO_ESP32_URL="https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master"
4+
PLATFORMIO_ESP32_URL="https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2.1/platform-tasmota-espressif32-2.0.2.1.zip"
55

6-
XTENSA32_TOOLCHAIN_VERSION="8.4.0+2021r1"
7-
XTENSA32S2_TOOLCHAIN_VERSION="8.4.0+2021r1"
8-
RISCV_TOOLCHAIN_VERSION="8.4.0+2021r1"
6+
XTENSA32_TOOLCHAIN_VERSION="8.4.0+2021r2-patch2"
7+
XTENSA32S2_TOOLCHAIN_VERSION="8.4.0+2021r2-patch2"
8+
RISCV_TOOLCHAIN_VERSION="8.4.0+2021r2-patch2"
99
ESPTOOLPY_VERSION="~1.30100.0"
1010
ESPRESSIF_ORGANIZATION_NAME="espressif"
1111

0 commit comments

Comments
 (0)