mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Add fine adjustments to DMR/YSF thresholds.
This commit is contained in:
4
Conf.h
4
Conf.h
@@ -73,6 +73,8 @@ public:
|
||||
int getModemDMRLevel3() const;
|
||||
int getModemYSFLevel1() const;
|
||||
int getModemYSFLevel3() const;
|
||||
int getModemDMRThreshold() const;
|
||||
int getModemYSFThreshold() const;
|
||||
int getModemOscOffset() const;
|
||||
bool getModemDebug() const;
|
||||
|
||||
@@ -192,6 +194,8 @@ private:
|
||||
int m_modemDMRLevel3;
|
||||
int m_modemYSFLevel1;
|
||||
int m_modemYSFLevel3;
|
||||
int m_modemDMRThreshold;
|
||||
int m_modemYSFThreshold;
|
||||
int m_modemOscOffset;
|
||||
bool m_modemDebug;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user