Skip to content

Commit 5508689

Browse files
authored
Update install-platformio-esp32.sh
1 parent 0f77227 commit 5508689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/scripts/install-platformio-esp32.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Installing PlatformIO ..."
99
pip install -U https://github.com/platformio/platformio/archive/develop.zip > /dev/null 2>&1
1010

1111
echo "Installing Platform ESP32 ..."
12-
python -m platformio platform install https://github.com/platformio/platform-espressif32.git#feature/stage > /dev/null 2>&1
12+
python -m platformio platform install https://github.com/platformio/platform-espressif32.git > /dev/null 2>&1
1313

1414
echo "Replacing the framework version ..."
1515
if [[ "$OSTYPE" == "darwin"* ]]; then

0 commit comments

Comments
 (0)