Skip to content

Commit

Permalink
Upgrade to core 2.6.2, fixes WiFi issues (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niek authored and mcspr committed Nov 28, 2019
1 parent 55a0abf commit 60063f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ arduino_core_2_5_0 = espressif8266@2.0.4
arduino_core_2_5_1 = espressif8266@2.1.1
arduino_core_2_5_2 = espressif8266@2.2.3
arduino_core_2_6_1 = espressif8266@2.3.0
arduino_core_2_6_2 = espressif8266@2.3.1

# Development platforms
arduino_core_develop = https://github.com/platformio/platform-espressif8266#develop
arduino_core_git = https://github.com/platformio/platform-espressif8266#feature/stage

platform = ${common.arduino_core_2_3_0}
platform_latest = ${common.arduino_core_2_6_1}
platform_latest = ${common.arduino_core_2_6_2}

# ------------------------------------------------------------------------------
# FLAGS: DEBUG
Expand Down

0 comments on commit 60063f9

Please sign in to comment.