File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
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
- }
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
+ }
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ build_dir = .pioenvs
14
14
lib_dir = libraries
15
15
libdeps_dir = .piolibdeps
16
16
data_dir = esp3d/data
17
+ default_envs = esp8266
17
18
18
19
[env:esp32dev]
19
20
platform = https://github.com/platformio/platform-espressif32.git
@@ -36,6 +37,7 @@ lib_ignore =
36
37
[env:esp8266]
37
38
; esp8266 core 2.5.2
38
39
40
+ platform_packages =
[email protected]
39
41
board = esp12e
40
42
framework = arduino
41
43
monitor_speed = 115200
You can’t perform that action at this time.
0 commit comments