nathandunk / BetterSerialPlotter

A drop-in replacement for the arduino serial plotter
MIT License
177 stars 27 forks source link

Export CSV truncates decimals #12

Open crivaronicolini opened 1 year ago

crivaronicolini commented 1 year ago

Hi! Using this feature, float values get their decimal part truncated. The Serial monitor tab output looks ok, only the file exported has this issue. OS: Manjaro Linux Thanks!

nathandunk commented 1 year ago

Hi @crivaronicolini , can you include an example of code that is generating this issue? I only have an Ubuntu system to check this on, but in a simple example it works fine. If I have your code, I might be able to recreate the issue.

Thanks