Hello,
Came across this thread where somebody patched the arduino IDE to enable float with sprintf.
I have become quite used to Visual Studio with PIO (intellisense FTW!).
Is there an (easy) way to patch Visual Studio with PIO to also enable floats with sprintf?
Here is the thread in question:
https://forum.arduino.cc/index.php?topic=139632.0
For the moment, I'm using dtostrf to convert floats to strings, and using sprintf to join the string with masks for a LCD buffer, but i'm hitting its limitations I think, and formatting the buffer would be alot easier if I could just use floats with sprintf.
Thanks!