Skip to content

Commit

Permalink
PIO Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
omersiar committed Mar 12, 2018
1 parent acd6018 commit f9fe100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified bin/firmware.bin
Binary file not shown.
4 changes: 3 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
env_default = nodemcu

[common]
version = -DBUILD_TAG=0.6.0
platform = espressif8266
lib_deps =
ArduinoJson
Expand Down Expand Up @@ -34,7 +35,8 @@ framework = arduino
board = esp12e
lib_deps = ${common.lib_deps}
extra_scripts = scripts/pio_script.py
build_flags = -Wl,-Teagle.flash.4m.ld '!echo "-DBUILD_TAG="$TRAVIS_TAG '
build_flags = -Wl,-Teagle.flash.4m.ld
src_build_flags = !echo "-DBUILD_TAG="$TRAVIS_TAG

[env:dout]
board_f_cpu = 160000000L
Expand Down

0 comments on commit f9fe100

Please sign in to comment.