From 942dc4b5261fd4defa69a6db75a5830b24afb42e Mon Sep 17 00:00:00 2001 From: Nonoo Date: Fri, 6 Nov 2020 10:43:17 +0100 Subject: [PATCH] Fix typo --- txseqbuf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txseqbuf.go b/txseqbuf.go index b8bb9c6..e414dfb 100644 --- a/txseqbuf.go +++ b/txseqbuf.go @@ -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