The problem of missing itoa() and utoa()
appears again 2025-03-04
using PlatformIO and the new toolchain-gccarmnoneeabi 1.14
[env]
platform = platformio/teensy@^5.0.0 #!v5.0.0
board = teensy41
framework = arduino
platform_packages =
...
Since it appears there is no beta #4 with String corrections, I tried that beta #3 then copied the cores directory which contains String corrections in the GitHub but with no avail:
WString.cpp: In constructor String::String(unsigned char)...