Skip to content

Commit 1729765

Browse files
committed
Workaround for Platform.ini thanks @sl1pkn07
1 parent 44888ed commit 1729765

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platformio.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build_dir = .pioenvs
1414
lib_dir = libraries
1515
libdeps_dir = .piolibdeps
1616
data_dir = esp3d/data
17-
default_envs = esp32dev
17+
default_envs = esp8266
1818

1919
[env:esp32dev]
2020
platform = https://github.com/platformio/platform-espressif32.git
@@ -37,6 +37,7 @@ lib_ignore =
3737
[env:esp8266]
3838
;esp8266 core 2.5.2
3939
40+
platform_packages = [email protected]
4041
board = esp12e
4142
framework = arduino
4243
monitor_speed = 115200

0 commit comments

Comments
 (0)