Skip to content

Commit

Permalink
Keep previous working esp8266 platform version
Browse files Browse the repository at this point in the history
for pilight users , need puuu/ESPiLight#62
  • Loading branch information
1technophile committed Oct 27, 2021
1 parent e0725d4 commit 9847d3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ platform = ${com.esp8266_platform}
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
${libraries.esppilight}
;${libraries.esppilight}
${libraries.irremoteesp}
${libraries.rfm69}
${libraries.rfm69spi}
Expand Down Expand Up @@ -934,7 +934,7 @@ build_flags =
board_build.flash_mode = dout

[env:nodemcuv2-pilight]
platform = ${com.esp8266_platform}
platform = espressif8266@^2
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand Down Expand Up @@ -1076,7 +1076,7 @@ build_flags =
'-DZactuatorFASTLED="FASTLED"'

[env:sonoff-rfbridge-direct]
platform = ${com.esp8266_platform}
platform = espressif8266@^2
board = esp8285
lib_deps =
${com-esp.lib_deps}
Expand Down

0 comments on commit 9847d3f

Please sign in to comment.