You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in order to force the mbed-os to include float support for *printf() statements when building outside platformio (if ommitted the placeholders as %f are output).
However adding this to the mbed-app.json in a platformio mbed-os6 project does not create code that handles floats in *printf() statements.