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
I noticed that both sprintf("%a", 3.14f) and std::ostringstream << std::hexfloat << 3.14f compile fine but don't work (they output 'a' instead of the number).
Is there a way to enable this? Any advice?
(I'm using an Arduino Nano 33 BLE)
The text was updated successfully, but these errors were encountered:
I noticed that both
sprintf("%a", 3.14f)
andstd::ostringstream << std::hexfloat << 3.14f
compile fine but don't work (they output 'a' instead of the number).Is there a way to enable this? Any advice?
(I'm using an Arduino Nano 33 BLE)
The text was updated successfully, but these errors were encountered: