Skip to content

Commit

Permalink
Workaround for Platform.ini thanks @sl1pkn07
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Sep 11, 2020
1 parent 44888ed commit 1729765
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build_dir = .pioenvs
lib_dir = libraries
libdeps_dir = .piolibdeps
data_dir = esp3d/data
default_envs = esp32dev
default_envs = esp8266

[env:esp32dev]
platform = https://github.com/platformio/platform-espressif32.git
Expand All @@ -37,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 1729765

Please sign in to comment.