mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-03 18:18:31 -04:00
DATV demod: pushed LDPC tool trial limit to 50
This commit is contained in:
parent
4ce2ae5ae5
commit
ed50c8ed91
@ -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();
|
||||
|
@ -41,7 +41,7 @@
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>25</number>
|
||||
<number>50</number>
|
||||
</property>
|
||||
<property name="displayIntegerBase">
|
||||
<number>10</number>
|
||||
|
Loading…
Reference in New Issue
Block a user