mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-05 16:29:59 +01:00
Increase serial RX seqbuf length to make the serial stream more capable of retransmissions
This commit is contained in:
parent
e4156fbb89
commit
286d213896
|
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
const maxSerialFrameLength = 80 // Max. frame length according to Hamlib.
|
||||
const serialRxSeqBufLength = 100 * time.Millisecond
|
||||
const serialRxSeqBufLength = 300 * time.Millisecond
|
||||
|
||||
type serialStream struct {
|
||||
common streamCommon
|
||||
|
|
|
|||
Loading…
Reference in a new issue