Skip to content

Commit

Permalink
Updating ESP8266 Espressif framework
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrak committed Aug 11, 2024
1 parent d9ba361 commit 6d115d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ monitor_filters =
esp32_exception_decoder

[env:esp8266_wifi]
; The latest platform has a bug that causes SIGNIFICANT inconsistency in connecting to WiFi. Rolling back for now.
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
board = d1_mini
framework = ${common.framework}
board_build.filesystem = littlefs
Expand Down

0 comments on commit 6d115d7

Please sign in to comment.