Increase serial stream responsivity

This commit is contained in:
Nonoo 2020-11-06 17:02:58 +01:00
parent d200f4876a
commit fab63cf746

View file

@ -7,7 +7,7 @@ import (
) )
const maxSerialFrameLength = 80 // Max. frame length according to Hamlib. const maxSerialFrameLength = 80 // Max. frame length according to Hamlib.
const serialRxSeqBufLength = 300 * time.Millisecond const serialRxSeqBufLength = 200 * time.Millisecond
type serialStream struct { type serialStream struct {
common streamCommon common streamCommon