mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-24 18:08:27 +01:00
twinrx fix
This commit is contained in:
parent
0a4c191054
commit
c4bac3b298
@ -120,7 +120,7 @@ public:
|
||||
for (int i = 0; i < subdevs.size(); i++) {
|
||||
std::string slot = subdevs[i].db_name;
|
||||
sprintf(buf, "%s [%s]", dev->get_rx_subdev_name(i).c_str(), slot.c_str());
|
||||
channels.define(buf, buf, slot);
|
||||
channels.define(buf, buf, buf);
|
||||
}
|
||||
|
||||
// Select channel
|
||||
|
Loading…
Reference in New Issue
Block a user