1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 11:34:09 -04:00

Added a hidden command line option to activate MIMO functionality

This commit is contained in:
f4exb
2019-05-12 10:25:55 +02:00
parent a757595ce7
commit b2e35b2d31
6 changed files with 19 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ DSPEngine::DSPEngine() :
m_audioOutputDeviceIndex(-1) // default device
{
m_dvSerialSupport = false;
m_mimoSupport = false;
m_masterTimer.start(50);
}