1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-21 23:55:13 -05:00

Fix Kiwi location.

This commit is contained in:
srcejon 2024-02-27 18:09:28 +00:00
parent d00e54452d
commit fafeb822d9

View File

@ -165,7 +165,7 @@ void KiwiSDRList::handleHTML(const QString& url, const QByteArray& bytes)
}
else if (key == "loc")
{
sdr.m_location = value.toInt();
sdr.m_location = value;
}
else if (key == "antenna")
{