We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ba361 commit 6d115d7Copy full SHA for 6d115d7
platformio.ini
@@ -113,8 +113,8 @@ monitor_filters =
113
esp32_exception_decoder
114
115
[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
+; v4.1.0 was known to be more stable with WiFi - but trying 4.2.1 to see if the issues have been fixed
+platform = espressif8266@4.2.1
118
board = d1_mini
119
framework = ${common.framework}
120
board_build.filesystem = littlefs
0 commit comments