Skip to content

Commit

Permalink
[pio] Use latest esp8266 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
CODeRUS committed Oct 10, 2021
1 parent 0304225 commit 1b74542
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 @@ -50,7 +50,7 @@ lib_ignore =

lib_ldf_mode = ${common.lib_ldf_mode}

platform = https://github.com/platformio/platform-espressif8266.git#d7b19897
platform = https://github.com/platformio/platform-espressif8266.git
filesystem = littlefs
build_flags = ${common.build_flags}
-mtarget-align
Expand Down Expand Up @@ -110,7 +110,7 @@ lib_ignore = ${esp8266.lib_ignore}
lib_ldf_mode = ${esp8266.lib_ldf_mode}

[env:sonoff-r1]
platform = https://github.com/platformio/platform-espressif8266.git#d7b19897
platform = ${esp8266.platform}
board = esp01_1m
board_build.flash_mode = dout
board_build.f_cpu = 160000000L
Expand Down

0 comments on commit 1b74542

Please sign in to comment.