github platformio/platform-espressif8266 v4.0.0
4.0.0

latest releases: v4.2.1, v4.2.0, v4.1.0...
2 years ago
  • Added compatibility with PIO Core 6.0
  • Improved support for bare assembly programming
  • Disable caching by default for filesystem data (#257)
  • Fixed esp8285 board variant (#261)
  • Deprecated support for the Simba framework

Notes on deprecating the Simba framework:

This release deprecates support for the Simba framework as it's no longer maintained for this platform. To keep projects based on this framework compilable please lock the platform version to v3.2.0 in your platformio.ini file, for example:

[env:simba-legacy]
platform = espressif8266 @ ~3.2.0
framework = simba
board = ...

Don't miss a new platform-espressif8266 release

NewReleases is sending notifications on new releases.