We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97b639 commit 450f4a9Copy full SHA for 450f4a9
.github/scripts/install-platformio-esp32.sh
@@ -1,10 +1,10 @@
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"
+PLATFORMIO_ESP32_URL="https://github.com/tasmota/platform-espressif32.git"
5
6
-TOOLCHAIN_VERSION="8.4.0+2021r2-patch3"
7
-ESPTOOLPY_VERSION="~1.30100.0"
+TOOLCHAIN_VERSION="8.4.0+2021r2-patch5"
+ESPTOOLPY_VERSION="1.40400.0"
8
ESPRESSIF_ORGANIZATION_NAME="espressif"
9
10
echo "Installing Python Wheel ..."
0 commit comments