mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Radiosonde: Fix radio type sent to SondeHub
This commit is contained in:
parent
9c64424cec
commit
2f280ec06a
@ -965,7 +965,7 @@ QStringList RadiosondeGUI::getRadios()
|
||||
|
||||
for (const auto& channel : channels)
|
||||
{
|
||||
DeviceAPI *device = mainCore->getDevice(channel.m_index);
|
||||
DeviceAPI *device = mainCore->getDevice(channel.m_superIndex);
|
||||
if (device)
|
||||
{
|
||||
QString name = device->getHardwareId();
|
||||
|
Loading…
Reference in New Issue
Block a user