1
0
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:
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)
{
DeviceAPI *device = mainCore->getDevice(channel.m_index);
DeviceAPI *device = mainCore->getDevice(channel.m_superIndex);
if (device)
{
QString name = device->getHardwareId();