I would prefer "32 bit floats", it's a matter of the float size, not of the Arduino type.
So it will be the same on an ESP32, unless you use double, which works on an ESP32,
but is not hardware backed, so it will be quite slow.
I would prefer "32 bit floats", it's a matter of the float size, not of the Arduino type.
So it will be the same on an ESP32, unless you use double, which works on an ESP32,
but is not hardware backed, so it will be quite slow.