Skip to content

Commit

Permalink
build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
sidoh committed Dec 26, 2017
1 parent 4fe6932 commit 33d42da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lib_deps =
platform = ${common.platform}
board = esp07
framework = arduino
build_flags = ${common.build_flags} -D FIRMWARE_VARIANT=esp07-1mb
build_flags = ${common.build_flags} -Wl,-Tesp8266.flash.1m64.ld -D FIRMWARE_VARIANT=esp07-1mb
extra_scripts = ${common.extra_scripts}
lib_deps =
${common.lib_deps}
Expand Down

0 comments on commit 33d42da

Please sign in to comment.