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:
parent
9c64424cec
commit
2f280ec06a
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user