kopia lustrzana https://github.com/Hamlib/Hamlib
Some more Kenwood rigs with no AI query
rodzic
72673e323f
commit
06dc9ca5d6
|
@ -2582,7 +2582,11 @@ int kenwood_get_trn(RIG *rig, int *trn)
|
||||||
if (!rig || !trn)
|
if (!rig || !trn)
|
||||||
return -RIG_EINVAL;
|
return -RIG_EINVAL;
|
||||||
|
|
||||||
if (rig->caps->rig_model == RIG_MODEL_TS450S) {
|
/* these rigs only have AI[0|1] set commands and no AI query */
|
||||||
|
if (rig->caps->rig_model == RIG_MODEL_TS450S
|
||||||
|
|| rig->caps->rig_model == RIG_MODEL_TS690S
|
||||||
|
|| rig->caps->rig_model == RIG_MODEL_TS850
|
||||||
|
|| rig->caps->rig_model == RIG_MODEL_TS950SDX) {
|
||||||
return -RIG_ENAVAIL;
|
return -RIG_ENAVAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue