Open lackofdream opened 8 years ago
In serial.go Line 53
log.Print("%q", buf[:n])
where should be
log.Printf("%q", buf[:n])
It doesn't matter much, but may be confusing.
In serial.go Line 53
where should be
It doesn't matter much, but may be confusing.