We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c3796 commit 44888edCopy full SHA for 44888ed
.vscode/extensions.json
@@ -1,7 +1,7 @@
1
{
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
-}
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
+ // for the documentation about the extensions.json format
+ "recommendations": [
+ "platformio.platformio-ide"
+ ]
+}
platformio.ini
@@ -14,6 +14,7 @@ build_dir = .pioenvs
14
lib_dir = libraries
15
libdeps_dir = .piolibdeps
16
data_dir = esp3d/data
17
+default_envs = esp32dev
18
19
[env:esp32dev]
20
platform = https://github.com/platformio/platform-espressif32.git
0 commit comments