Skip to content

Commit

Permalink
Use ldscript_1m128k in platformio_override.ini.sample
Browse files Browse the repository at this point in the history
The current value ldscript_1m0m doesn't exist anymore and WLED won't compile. Using ldscript_1m128k makes it compile.
  • Loading branch information
edwinm authored Feb 20, 2021
1 parent 75c46f7 commit 3f01c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio_override.ini.sample
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default_envs = WLED_tasmota_1M
board = esp01_1m
platform = ${common.platform_wled_default}
platform_packages = ${common.platform_packages}
board_build.ldscript = ${common.ldscript_1m0m}
board_build.ldscript = ${common.ldscript_1m128k}
build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags_esp8266}
; *********************************************************************
Expand Down

0 comments on commit 3f01c87

Please sign in to comment.