mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-26 20:54:22 +01:00
Changed SerialPlotter.java to contain <CLEAR> command
This commit is contained in:
parent
ee38775b16
commit
8338f2d1d4
@ -406,7 +406,7 @@ public class SerialPlotter extends AbstractMonitor {
|
||||
continue;
|
||||
}
|
||||
|
||||
if(line.equals("<CLEAR>")){
|
||||
if("<CLEAR>".equals(line)){
|
||||
graphs.clear();//clear the graphs points in the array
|
||||
xCount = 0;//reset the count of data point
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user