File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
export PLATFORMIO_ESP32_PATH=" $HOME /.platformio/packages/framework-arduinoespressif32"
4
- PLATFORMIO_ESP32_URL=" https://github.com/platformio /platform-espressif32.git"
4
+ PLATFORMIO_ESP32_URL=" https://github.com/tasmota /platform-espressif32.git"
5
5
6
6
TOOLCHAIN_VERSION=" 8.4.0+2021r2-patch5"
7
7
ESPTOOLPY_VERSION=" ~1.40400.0"
@@ -40,12 +40,12 @@ replace_script+="data['packages']['tool-esptoolpy']['version']='$ESPTOOLPY_VERSI
40
40
replace_script+=" fp.seek(0);fp.truncate();json.dump(data, fp, indent=2);fp.close()"
41
41
python -c " $replace_script "
42
42
43
- if [ " $GITHUB_REPOSITORY " == " espressif /arduino-esp32" ]; then
43
+ if [ " $GITHUB_REPOSITORY " == " tasmota /arduino-esp32" ]; then
44
44
echo " Linking Core..."
45
45
ln -s $GITHUB_WORKSPACE " $PLATFORMIO_ESP32_PATH "
46
46
else
47
47
echo " Cloning Core Repository ..."
48
- git clone --recursive https://github.com/espressif /arduino-esp32.git " $PLATFORMIO_ESP32_PATH " > /dev/null 2>&1
48
+ git clone --recursive https://github.com/tasmota /arduino-esp32.git " $PLATFORMIO_ESP32_PATH " > /dev/null 2>&1
49
49
fi
50
50
51
51
echo " PlatformIO for ESP32 has been installed"
You can’t perform that action at this time.
0 commit comments