8000
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 0f77227 commit 5508689Copy full SHA for 5508689
.github/scripts/install-platformio-esp32.sh
@@ -9,7 +9,7 @@ echo "Installing PlatformIO ..."
9
pip install -U https://github.com/platformio/platformio/archive/develop.zip > /dev/null 2>&1
10
11
echo "Installing Platform ESP32 ..."
12
-python -m platformio platform install https://github.com/platformio/platform-espressif32.git#feature/stage > /dev/null 2>&1
+python -m platformio platform install https://github.com/platformio/platform-espressif32.git > /dev/null 2>&1
13
14
echo "Replacing the framework version ..."
15
if [[ "$OSTYPE" == "darwin"* ]]; then
0 commit comments