pschatzmann / arduino-audio-tools

Arduino Audio Tools (a powerful Audio library not only for Arduino)
GNU General Public License v3.0
1.54k stars 237 forks source link

delimiter_str not used in CsvOutput #1395

Closed niowniow closed 9 months ago

niowniow commented 9 months ago

Problem Description

I read through your code for the CsvOutput class and I assume that the the line

https://github.com/pschatzmann/arduino-audio-tools/blob/c8454f4bcdcdb097783fba4f7c4a97afed0f78d1/src/AudioTools/AudioOutput.h#L209

should be

          this->out_ptr->print(delimiter_str);

Device Description

None, I was just browsing the code.

Sketch

None, I was just browsing the code.

Other Steps to Reproduce

No response

What is your development environment

No response

I have checked existing issues, discussions and online documentation

pschatzmann commented 9 months ago

Thanks for spotting this