Apparently there is a toolchain bug that was discovered and fixed in ESP8266/Arduino after the latest release that platform-espressif8266 points to. Here are the details:
GCC 10.3 had an issue with addressing constant literals which would result
in crazy offsets being used and random crashes in production. Update
with an upstream GCC 11 bugfix.
Apparently there is a toolchain bug that was discovered and fixed in ESP8266/Arduino after the latest release that platform-espressif8266 points to. Here are the details:
GCC 10.3 had an issue with addressing constant literals which would result in crazy offsets being used and random crashes in production. Update with an upstream GCC 11 bugfix.
Link to the issue
Can this toolchain be added in PlatformIO as well?