Radiosonde: Fix radio type sent to SondeHub

pull/2382/head
Jon Beniston 2025-01-21 10:41:01 +00:00
rodzic 9c64424cec
commit 2f280ec06a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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();