Skip to content

Commit

Permalink
[Build] Fix build error after rename flash layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-er authored Sep 2, 2019
1 parent bc80d2f commit 5bf1127
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ extra_scripts = pre:pre_extra_script.py
; This may generate builds which cannot be run, so do not upload to a node.
[env:memanalyze_ESP8266]
platform = ${normal_252.platform}
board = ${esp8266_4M.board}
board_build.f_cpu = ${esp8266_4M.board_build.f_cpu}
board_build.flash_mode = ${esp8266_4M.board_build.flash_mode}
build_unflags = ${esp8266_4M.build_unflags}
build_flags = ${esp8266_4M.build_flags} ${normal_252.build_flags} -DPLUGIN_BUILD_CUSTOM -w
board = ${esp8266_4M1M.board}
board_build.f_cpu = ${esp8266_4M1M.board_build.f_cpu}
board_build.flash_mode = ${esp8266_4M1M.board_build.flash_mode}
build_unflags = ${esp8266_4M1M.build_unflags}
build_flags = ${esp8266_4M1M.build_flags} ${normal_252.build_flags} -DPLUGIN_BUILD_CUSTOM -w

extra_scripts = pre:pre_memanalyze.py

Expand Down Expand Up @@ -1057,5 +1057,3 @@ board_build.f_cpu = ${esp8266_1M.board_build.f_cpu}
board_build.flash_mode = ${esp8266_1M.board_build.flash_mode}
board = ${esp8266_1M.board}
build_unflags = ${esp8266_1M.build_unflags}


0 comments on commit 5bf1127

Please sign in to comment.