mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-08-06 10:56:28 -04:00
Can now spawn/delete demodulators
This commit is contained in:
@@ -50,7 +50,9 @@ void SDRPostThread::threadMain() {
|
||||
}
|
||||
|
||||
if (iqVisualQueue != NULL) {
|
||||
iqVisualQueue.load()->push(dataOut);
|
||||
if (iqVisualQueue.load()->empty()) {
|
||||
iqVisualQueue.load()->push(dataOut);
|
||||
}
|
||||
}
|
||||
|
||||
if (demodulators.size()) {
|
||||
|
||||
Reference in New Issue
Block a user