Merge branch 'master' into esp32s2

This commit is contained in:
Me No Dev
2020-05-11 23:35:43 +03:00
committed by GitHub
15 changed files with 890 additions and 40 deletions

View File

@ -9,7 +9,7 @@ echo "Installing PlatformIO ..."
pip install -U https://github.com/platformio/platformio/archive/develop.zip > /dev/null 2>&1
echo "Installing Platform ESP32 ..."
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
echo "Replacing the framework version ..."
if [[ "$OSTYPE" == "darwin"* ]]; then