Skip to content

Commit 6c898e4

Browse files
authored
Merge pull request #502 from luc-github/2.1-devt
2.1 devt
2 parents bb1007c + 1729765 commit 6c898e4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-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: 2 additions & 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 = esp8266
1718

1819
[env:esp32dev]
1920
platform = https://github.com/platformio/platform-espressif32.git
@@ -36,6 +37,7 @@ lib_ignore =
3637
[env:esp8266]
3738
;esp8266 core 2.5.2
3839
40+
platform_packages = [email protected]
3941
board = esp12e
4042
framework = arduino
4143
monitor_speed = 115200

0 commit comments

Comments
 (0)