mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-18 02:36:05 +08:00
To support latest version of PlaformIO
This commit is contained in:
parent
06c3796bb4
commit
44888ed509
12
.vscode/extensions.json
vendored
12
.vscode/extensions.json
vendored
@ -1,7 +1,7 @@
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
|
@ -14,6 +14,7 @@ build_dir = .pioenvs
|
||||
lib_dir = libraries
|
||||
libdeps_dir = .piolibdeps
|
||||
data_dir = esp3d/data
|
||||
default_envs = esp32dev
|
||||
|
||||
[env:esp32dev]
|
||||
platform = https://github.com/platformio/platform-espressif32.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user