mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-20 23:50:29 +01:00
Increase serial stream seqbuf length
This commit is contained in:
parent
bed7d95f7c
commit
c5a6742260
|
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
const maxSerialFrameLength = 80 // Max. frame length according to Hamlib.
|
||||
const serialRxSeqBufLength = 200 * time.Millisecond
|
||||
const serialRxSeqBufLength = 300 * time.Millisecond
|
||||
|
||||
type serialStream struct {
|
||||
common streamCommon
|
||||
|
|
|
|||
Loading…
Reference in a new issue