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 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+ }
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ build_dir = .pioenvs
1414lib_dir = libraries
1515libdeps_dir = .piolibdeps
1616data_dir = esp3d/data
17+ default_envs = esp8266
1718
1819[env:esp32dev]
1920platform = https://github.com/platformio/platform-espressif32.git
@@ -36,6 +37,7 @@ lib_ignore =
3637[env:esp8266]
3738; esp8266 core 2.5.2
3839platform = espressif8266@2.2.0
40+ platform_packages = toolchain-xtensa@2.40802.200502
3941board = esp12e
4042framework = arduino
4143monitor_speed = 115200
You can’t perform that action at this time.
0 commit comments