Skip to content

Commit f5e5282

Browse files
authored
fix esp8266 core to 2.5.2
1 parent 5004afa commit f5e5282

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
@@ -34,7 +34,8 @@ lib_ignore =
3434
ESPAsyncTCP
3535

3636
[env:esp8266]
37-
platform = espressif8266
37+
;esp8266 core 2.5.2
38+
3839
board = esp12e
3940
framework = arduino
4041
monitor_speed = 115200

0 commit comments

Comments
 (0)