mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-04-21 06:13:43 +00:00
Increase serial stream seqbuf length
This commit is contained in:
parent
bed7d95f7c
commit
c5a6742260
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue