DATV demod: pushed LDPC tool trial limit to 50

This commit is contained in:
f4exb 2021-03-23 08:36:08 +01:00
parent 4ce2ae5ae5
commit ed50c8ed91
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ struct DATVDemodSettings
uint16_t m_reverseAPIPort;
uint16_t m_reverseAPIDeviceIndex;
uint16_t m_reverseAPIChannelIndex;
static const int m_softLDPCMaxMaxTrials = 25;
static const int m_softLDPCMaxMaxTrials = 50;
DATVDemodSettings();
void resetToDefaults();

View File

@ -41,7 +41,7 @@
<number>1</number>
</property>
<property name="maximum">
<number>25</number>
<number>50</number>
</property>
<property name="displayIntegerBase">
<number>10</number>