kopia lustrzana https://github.com/f4exb/sdrangel
Radiosonde: Fix radio type sent to SondeHub
rodzic
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();
|
||||
|
|
Ładowanie…
Reference in New Issue