We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294de02 commit 99a31e6Copy full SHA for 99a31e6
bufferflow_timed.go
@@ -48,7 +48,7 @@ func NewBufferFlowTimed(port string, output chan<- []byte) *BufferflowTimed {
48
49
// Init will initialize the bufferflow
50
func (b *BufferflowTimed) Init() {
51
- log.Println("Start consuming from serial (output once every 16ms)")
+ log.Println("Start consuming from serial port (output once every 16ms)")
52
go b.consumeInput()
53
}
54
0 commit comments