Skip to content

Commit

Permalink
Update platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
omersiar committed Jun 22, 2019
1 parent d4dcb2b commit b6fa0f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions platformio.ini
Expand Up @@ -2,7 +2,7 @@
env_default = generic

[common]
platform = https://github.com/platformio/platform-espressif8266.git
platform = espressif8266@2.0.4
lib_deps =
ArduinoJson@5.13.4
ESPAsyncTCP
Expand Down Expand Up @@ -36,9 +36,9 @@ board_build.f_cpu = 160000000L
platform = ${common.platform}
framework = arduino
board = esp12e
lib_deps = ${common.lib_deps}
lib_deps = ${common.lib_deps}
build_flags = -Wl,-Teagle.flash.4m2m.ld
-DOFFICIALBOARD
-DOFFICIALBOARD
src_build_flags = !echo "-DBUILD_TAG="$TRAVIS_TAG
extra_scripts = scripts/OBdeploy.py
upload_speed = 921600
Expand All @@ -50,9 +50,9 @@ board_build.f_cpu = 160000000L
platform = ${common.platform}
framework = arduino
board = esp12e
lib_deps = ${common.lib_deps}
lib_deps = ${common.lib_deps}
build_flags = -Wl,-Teagle.flash.4m2m.ld
-DDEBUG
-DDEBUG
src_build_flags = !echo "-DBUILD_TAG="$TRAVIS_TAG
extra_scripts = scripts/DBGdeploy.py
upload_speed = 921600
Expand Down

0 comments on commit b6fa0f6

Please sign in to comment.