CSV-Parser-for-Arduino
CSV-Parser-for-Arduino copied to clipboard
Clearing the CSV_Parser variable
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..