kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
ebd3117658
commit
10eb19e92a
|
@ -66,6 +66,8 @@ int verify_flexradio_id(RIG *rig, char *id)
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s: Rig ID is %s (Flex 6500)\n", __func__, id);
|
rig_debug(RIG_DEBUG_VERBOSE, "%s: Rig ID is %s (Flex 6500)\n", __func__, id);
|
||||||
else if (strcmp("906", idptr) == 0)
|
else if (strcmp("906", idptr) == 0)
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s: Rig ID is %s (Flex 6500R)\n", __func__, id);
|
rig_debug(RIG_DEBUG_VERBOSE, "%s: Rig ID is %s (Flex 6500R)\n", __func__, id);
|
||||||
|
else if (strcmp("907", idptr) == 0)
|
||||||
|
rig_debug(RIG_DEBUG_VERBOSE, "%s: Rig ID is %s (Flex 6300)\n", __func__, id);
|
||||||
else {
|
else {
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s: Rig (%s) is not a Flex 6000 Series\n", __func__, id);
|
rig_debug(RIG_DEBUG_VERBOSE, "%s: Rig (%s) is not a Flex 6000 Series\n", __func__, id);
|
||||||
return -RIG_EPROTO;
|
return -RIG_EPROTO;
|
||||||
|
|
Ładowanie…
Reference in New Issue