Skip to content

Commit

Permalink
Merge pull request #502 from luc-github/2.1-devt
Browse files Browse the repository at this point in the history
2.1 devt
  • Loading branch information
luc-github authored Sep 11, 2020
2 parents bb1007c + 1729765 commit 6c898e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
2 changes: 2 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -36,6 +37,7 @@ lib_ignore =
[env:esp8266]
;esp8266 core 2.5.2
platform = [email protected]
platform_packages = [email protected]
board = esp12e
framework = arduino
monitor_speed = 115200
Expand Down

0 comments on commit 6c898e4

Please sign in to comment.