CSV-Parser-for-Arduino icon indicating copy to clipboard operation
CSV-Parser-for-Arduino copied to clipboard

Clearing the CSV_Parser variable

Open ThePrimeDev opened this issue 1 year ago • 6 comments
trafficstars

Hey! I need to use my csvparser variable globally, and read in things with << but I don't know how to clear it so the new config doesnt get pasted after the old one. I tried using cp = CSV_Parser(mystring, "ucucucucucs"); but somewhy I get random esp32 crash using it..

ThePrimeDev avatar May 16 '24 06:05 ThePrimeDev