mirror of
https://github.com/nonoo/kappanhang.git
synced 2025-12-06 08:02:00 +01:00
Increase serial stream responsivity
This commit is contained in:
parent
d200f4876a
commit
fab63cf746
|
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
const maxSerialFrameLength = 80 // Max. frame length according to Hamlib.
|
||||
const serialRxSeqBufLength = 300 * time.Millisecond
|
||||
const serialRxSeqBufLength = 200 * time.Millisecond
|
||||
|
||||
type serialStream struct {
|
||||
common streamCommon
|
||||
|
|
|
|||
Loading…
Reference in a new issue