Update platformio.ini
- 2.5.0 needs different flash config file
This commit is contained in:
parent
f71d1565dd
commit
99881176d5
1 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,8 @@ description = The ESP8266 based multi-client lighting gadget
|
|||
# arduino core 2.4.0 = platformIO 1.6.0
|
||||
# arduino core 2.4.1 = platformIO 1.7.3
|
||||
# arduino core 2.4.2 = platformIO 1.8.0
|
||||
# arduino core 2.5.0 Beta 2 = platformIO feature#stage (as of 1/24/2019)
|
||||
# arduino core 2.5.0 = Jason2866's PIO branch for tasmota
|
||||
# arduino core stage = platformIO feature#stage
|
||||
# ------------------------------------------------------------------------------
|
||||
arduino_core_2_3_0 = espressif8266@1.5.0
|
||||
arduino_core_2_4_0 = espressif8266@1.6.0
|
||||
|
@ -62,7 +63,7 @@ framework = ${common.framework}
|
|||
platform = ${common.platform}
|
||||
build_flags =
|
||||
${common.build_flags}
|
||||
;-Wl,-Teagle.flash.4m3m.ld ;;;; Required for https://github.com/platformio/platform-espressif8266.git#feature/stage
|
||||
-Wl,-Teagle.flash.4m3m.ld ;;;; Required for core > v2.5.0 or staging version
|
||||
monitor_speed = ${common.monitor_speed}
|
||||
upload_speed = ${common.upload_speed}
|
||||
upload_resetmethod = ${common.upload_resetmethod}
|
||||
|
|
Loading…
Reference in a new issue