mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-30 05:52:24 -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_reverseAPIPort;
|
||||||
uint16_t m_reverseAPIDeviceIndex;
|
uint16_t m_reverseAPIDeviceIndex;
|
||||||
uint16_t m_reverseAPIChannelIndex;
|
uint16_t m_reverseAPIChannelIndex;
|
||||||
static const int m_softLDPCMaxMaxTrials = 25;
|
static const int m_softLDPCMaxMaxTrials = 50;
|
||||||
|
|
||||||
DATVDemodSettings();
|
DATVDemodSettings();
|
||||||
void resetToDefaults();
|
void resetToDefaults();
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
<number>1</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>25</number>
|
<number>50</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="displayIntegerBase">
|
<property name="displayIntegerBase">
|
||||||
<number>10</number>
|
<number>10</number>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user