Arm mbed: Serial.printf() fails to emit floats when using platformio

Unfortunately, I don’t have this board to reproduce the issue, but could you please try to add next option to your platformio.ini:

build_flags = -Wl,-u,_printf_float,-u,_scanf_float

Thanks!

1 Like