-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
@agdl
Description
As discussed in #4022 I think could be a great improvement to have some kind of label in the new multi-lines serial plotter. My suggestion is to have something like:
Serial.print("i:");
Serial.print(i);
Serial.print(" ");
Serial.print("j:");
Serial.println(j);
To identify the labels