From 68cf67ac62174552fa7e00279a20a8fd5fdca47c Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 10 Aug 2019 11:25:12 +0300 Subject: [PATCH] use 16 marker frames instead of 8 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index c71963c..62b00e6 100644 --- a/main.cpp +++ b/main.cpp @@ -134,7 +134,7 @@ struct DataRxTx { framesToRecord = 0; framesLeftToRecord = 0; nBitsInMarker = 16; - nMarkerFrames = 8; + nMarkerFrames = 16; nPostMarkerFrames = 0; sendDataLength = (txMode == ::TxMode::FixedLength) ? ::kDefaultFixedLength : textLength + 3;