Thank you for that info !
I found that I also needed
Serial.print("\e[2J");
in the setup() routine to clear the screen, otherwise I had some garbage in there.
Thank you for that info !
I found that I also needed
Serial.print("\e[2J");
in the setup() routine to clear the screen, otherwise I had some garbage in there.