Use PlatformIO 4 default dir structure (#14879)

This commit is contained in:
Chris Pepper
2019-08-08 14:29:33 +01:00
committed by Scott Lahteine
parent 9624c90cfb
commit 2971b48a12
5 changed files with 9 additions and 11 deletions

View File

@ -3,6 +3,7 @@
rm -rf .pioenvs
rm -rf .piolibdeps
rm -rf .piolib
rm -rf .pio
if [[ $1 = "--deep" ]]; then
rm -rf ~/.platformio/packages/*