mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-24 03:02:29 -04:00
Temporary fix to allow MIMO support for v4 releases
This commit is contained in:
parent
7e0c835f8d
commit
ae6e96b795
@ -100,7 +100,7 @@ void MainParser::parse(const QCoreApplication& app)
|
|||||||
{
|
{
|
||||||
bool ok;
|
bool ok;
|
||||||
int maj = versionParts.at(0).toInt(&ok);
|
int maj = versionParts.at(0).toInt(&ok);
|
||||||
m_mimoSupport = ok && (maj > 4);
|
m_mimoSupport = ok && (maj > 3);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user