mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-24 21:28:41 -05:00
Remove testing only Hamlib dummy rig model
This commit is contained in:
parent
aa52e7d4c6
commit
7eab62ec92
@ -65,6 +65,13 @@ namespace
|
||||
{
|
||||
TransceiverFactory::Transceivers * rigs = reinterpret_cast<TransceiverFactory::Transceivers *> (callback_data);
|
||||
|
||||
// We can't use this one because it is only for testing Hamlib and
|
||||
// would confuse users, possibly causing operating on the wrong frequency!
|
||||
if (RIG_MODEL_DUMMY_NOVFO == caps->rig_model)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
QString key;
|
||||
if (RIG_MODEL_DUMMY == caps->rig_model)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user