Skip to content

Commit 6d115d7

Browse files
committed
Updating ESP8266 Espressif framework
1 parent d9ba361 commit 6d115d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ monitor_filters =
113113
esp32_exception_decoder
114114

115115
[env:esp8266_wifi]
116-
; The latest platform has a bug that causes SIGNIFICANT inconsistency in connecting to WiFi. Rolling back for now.
117-
platform = espressif8266@4.1.0
116+
; v4.1.0 was known to be more stable with WiFi - but trying 4.2.1 to see if the issues have been fixed
117+
platform = espressif8266@4.2.1
118118
board = d1_mini
119119
framework = ${common.framework}
120120
board_build.filesystem = littlefs

0 commit comments

Comments
 (0)