platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
323 stars 219 forks source link

[OTA] Issues with XMC flash based devices #209

Closed ashthespy closed 4 years ago

ashthespy commented 4 years ago

There is an issue with OTA in 2.7.0 for devices such as the ESP-12F. After some head scratching I came across https://github.com/esp8266/Arduino/issues/7267. Is it possible to revert to 2.6.3 or patch it?

valeros commented 4 years ago

Hi @ashthespy ! You can roll back to the previous version of the platform:

platform = espressif8266@2.4.0
framework = ...
board = ...
ashthespy commented 4 years ago

@valeros FYI, tested the patched eboot.efl from https://github.com/esp8266/Arduino/pull/7277 and it solves my issue. So keep an eye out of a 2.7.1 release soon and until then will use the staging version..