mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-16 16:05:56 +08:00
commit
6c898e42ec
12
.vscode/extensions.json
vendored
12
.vscode/extensions.json
vendored
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||||
// for the documentation about the extensions.json format
|
// for the documentation about the extensions.json format
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"platformio.platformio-ide"
|
"platformio.platformio-ide"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,7 @@ build_dir = .pioenvs
|
|||||||
lib_dir = libraries
|
lib_dir = libraries
|
||||||
libdeps_dir = .piolibdeps
|
libdeps_dir = .piolibdeps
|
||||||
data_dir = esp3d/data
|
data_dir = esp3d/data
|
||||||
|
default_envs = esp8266
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = https://github.com/platformio/platform-espressif32.git
|
platform = https://github.com/platformio/platform-espressif32.git
|
||||||
@ -36,6 +37,7 @@ lib_ignore =
|
|||||||
[env:esp8266]
|
[env:esp8266]
|
||||||
;esp8266 core 2.5.2
|
;esp8266 core 2.5.2
|
||||||
platform = espressif8266@2.2.0
|
platform = espressif8266@2.2.0
|
||||||
|
platform_packages = toolchain-xtensa@2.40802.200502
|
||||||
board = esp12e
|
board = esp12e
|
||||||
framework = arduino
|
framework = arduino
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
Loading…
x
Reference in New Issue
Block a user