File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22env_default = generic
33
44[common]
5- platform = https://github.com/platformio/platform- espressif8266.git
5+ platform = espressif8266@2.0.4
66lib_deps =
7788 ESPAsyncTCP
@@ -36,9 +36,9 @@ board_build.f_cpu = 160000000L
3636platform = ${common.platform}
3737framework = arduino
3838board = esp12e
39- lib_deps = ${common.lib_deps}
39+ lib_deps = ${common.lib_deps}
4040build_flags = -Wl,-Teagle.flash.4m2m.ld
41- -DOFFICIALBOARD
41+ -DOFFICIALBOARD
4242src_build_flags = !echo " -DBUILD_TAG=" $TRAVIS_TAG
4343extra_scripts = scripts/OBdeploy.py
4444upload_speed = 921600
@@ -50,9 +50,9 @@ board_build.f_cpu = 160000000L
5050platform = ${common.platform}
5151framework = arduino
5252board = esp12e
53- lib_deps = ${common.lib_deps}
53+ lib_deps = ${common.lib_deps}
5454build_flags = -Wl,-Teagle.flash.4m2m.ld
55- -DDEBUG
55+ -DDEBUG
5656src_build_flags = !echo " -DBUILD_TAG=" $TRAVIS_TAG
5757extra_scripts = scripts/DBGdeploy.py
5858upload_speed = 921600
You can’t perform that action at this time.
0 commit comments