mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-08 17:59:58 +01:00
Fix typo
This commit is contained in:
parent
07e85abf0e
commit
942dc4b526
|
|
@ -3,7 +3,7 @@ package main
|
|||
import "time"
|
||||
|
||||
// This value is sent to the transceiver and - according to my observations - it will use
|
||||
// this is it's RX buf length. Note that if it is set to larger than 500-600ms then audio TX
|
||||
// this as it's RX buf length. Note that if it is set to larger than 500-600ms then audio TX
|
||||
// won't work (small radio memory?)
|
||||
const txSeqBufLength = 300 * time.Millisecond
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue