1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-07-31 05:02:24 -04:00

Radiosonde: Fix radio type sent to SondeHub

This commit is contained in:
Jon Beniston 2025-01-21 10:41:01 +00:00
parent 9c64424cec
commit 2f280ec06a

View File

@ -965,7 +965,7 @@ QStringList RadiosondeGUI::getRadios()
for (const auto& channel : channels) for (const auto& channel : channels)
{ {
DeviceAPI *device = mainCore->getDevice(channel.m_index); DeviceAPI *device = mainCore->getDevice(channel.m_superIndex);
if (device) if (device)
{ {
QString name = device->getHardwareId(); QString name = device->getHardwareId();