To support latest version of PlaformIO

This commit is contained in:
Luc 2020-09-10 21:32:17 +02:00
parent 06c3796bb4
commit 44888ed509
2 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{ {
// See http://go.microsoft.com/fwlink/?LinkId=827846 // See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format // for the documentation about the extensions.json format
"recommendations": [ "recommendations": [
"platformio.platformio-ide" "platformio.platformio-ide"
] ]
} }

View File

@ -14,6 +14,7 @@ build_dir = .pioenvs
lib_dir = libraries lib_dir = libraries
libdeps_dir = .piolibdeps libdeps_dir = .piolibdeps
data_dir = esp3d/data data_dir = esp3d/data
default_envs = esp32dev
[env:esp32dev] [env:esp32dev]
platform = https://github.com/platformio/platform-espressif32.git platform = https://github.com/platformio/platform-espressif32.git