DATV demod: pushed LDPC tool trial limit to 50

pull/814/head
f4exb 2021-03-23 08:36:08 +01:00
rodzic 4ce2ae5ae5
commit ed50c8ed91
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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