use 16 marker frames instead of 8

This commit is contained in:
Georgi Gerganov
2019-08-10 11:25:12 +03:00
parent c8c4ac75db
commit 68cf67ac62

View File

@@ -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;