- 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 = ...