mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-05 07:24:47 -04:00
Convert constellation code to ModemArgInfo settings
- Note: can’t set constellation yet until property grid is added
This commit is contained in:
@@ -230,9 +230,9 @@ void PrimaryGLContext::DrawDemod(DemodulatorInstance *demod, RGBA4f color, long
|
||||
}
|
||||
// advanced demodulators start here
|
||||
|
||||
if (demod->getDemodulatorCons() > 0) {
|
||||
demodStr = demodStr + std::to_string(demod->getDemodulatorCons());
|
||||
}
|
||||
// if (demod->getDemodulatorCons() > 0) {
|
||||
// demodStr = demodStr + std::to_string(demod->getDemodulatorCons());
|
||||
// }
|
||||
|
||||
// add lock to string if we have an lock
|
||||
if(demod->getDemodulatorLock()) {
|
||||
|
||||
Reference in New Issue
Block a user