teleplot icon indicating copy to clipboard operation
teleplot copied to clipboard

flag clr

Open micheldufresne opened this issue 1 year ago • 1 comments

Hello,

Thank you for your Teleplot. I’m using teleplot extension with vscode, i want to clear the screen after send 100 points. Documentation says " Using clr flag when sending a telemetry will clear the previous values." Then i tried this in the loop : ` Serial.printf(">U:|clr\n"); //clear teleplot screen

for (int i=0 ; i<nbvaleurs ; i++) { Serial.printf(">U:%u:%u|xy\n",i,courant[i]); //plot new points } ` First line has no effect, what is the good syntaxe ? Thank you sir for your help.

Michel

micheldufresne avatar Feb 26 '24 22:02 micheldufresne