mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +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++) {
|
for (int i = 0; i < subdevs.size(); i++) {
|
||||||
std::string slot = subdevs[i].db_name;
|
std::string slot = subdevs[i].db_name;
|
||||||
sprintf(buf, "%s [%s]", dev->get_rx_subdev_name(i).c_str(), slot.c_str());
|
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
|
// Select channel
|
||||||
|
Loading…
Reference in New Issue
Block a user