Merge pull request #502 from luc-github/2.1-devt

2.1 devt
This commit is contained in:
Luc 2020-09-11 10:46:05 +02:00 committed by GitHub
commit 6c898e42ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}

View File

@ -14,6 +14,7 @@ build_dir = .pioenvs
lib_dir = libraries
libdeps_dir = .piolibdeps
data_dir = esp3d/data
default_envs = esp8266
[env:esp32dev]
platform = https://github.com/platformio/platform-espressif32.git
@ -36,6 +37,7 @@ lib_ignore =
[env:esp8266]
;esp8266 core 2.5.2
platform = espressif8266@2.2.0
platform_packages = toolchain-xtensa@2.40802.200502
board = esp12e
framework = arduino
monitor_speed = 115200