nicer toString
This commit is contained in:
parent
c6ef502975
commit
e9c00c4663
|
@ -47,6 +47,6 @@ public class BufferedSerialIoStream extends SerialIoStream {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return port + " " + super.toString();
|
||||
return "serial=" + port;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue