Skip to content

Commit 44888ed

Browse files
committed
To support latest version of PlaformIO
1 parent 06c3796 commit 44888ed

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.vscode/extensions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
// See http://go.microsoft.com/fwlink/?LinkId=827846
3-
// for the documentation about the extensions.json format
4-
"recommendations": [
5-
"platformio.platformio-ide"
6-
]
7-
}
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846
3+
// for the documentation about the extensions.json format
4+
"recommendations": [
5+
"platformio.platformio-ide"
6+
]
7+
}

platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ build_dir = .pioenvs
1414
lib_dir = libraries
1515
libdeps_dir = .piolibdeps
1616
data_dir = esp3d/data
17+
default_envs = esp32dev
1718

1819
[env:esp32dev]
1920
platform = https://github.com/platformio/platform-espressif32.git

0 commit comments

Comments
 (0)