Skip to content

Commit b6fa0f6

Browse files
authored
Update platformio.ini
1 parent d4dcb2b commit b6fa0f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

platformio.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
env_default = generic
33

44
[common]
5-
platform = https://github.com/platformio/platform-espressif8266.git
5+
platform = espressif8266@2.0.4
66
lib_deps =
77
88
ESPAsyncTCP
@@ -36,9 +36,9 @@ board_build.f_cpu = 160000000L
3636
platform = ${common.platform}
3737
framework = arduino
3838
board = esp12e
39-
lib_deps = ${common.lib_deps}
39+
lib_deps = ${common.lib_deps}
4040
build_flags = -Wl,-Teagle.flash.4m2m.ld
41-
-DOFFICIALBOARD
41+
-DOFFICIALBOARD
4242
src_build_flags = !echo "-DBUILD_TAG="$TRAVIS_TAG
4343
extra_scripts = scripts/OBdeploy.py
4444
upload_speed = 921600
@@ -50,9 +50,9 @@ board_build.f_cpu = 160000000L
5050
platform = ${common.platform}
5151
framework = arduino
5252
board = esp12e
53-
lib_deps = ${common.lib_deps}
53+
lib_deps = ${common.lib_deps}
5454
build_flags = -Wl,-Teagle.flash.4m2m.ld
55-
-DDEBUG
55+
-DDEBUG
5656
src_build_flags = !echo "-DBUILD_TAG="$TRAVIS_TAG
5757
extra_scripts = scripts/DBGdeploy.py
5858
upload_speed = 921600

0 commit comments

Comments
 (0)