Add test for Flex 6300 ID

Adds test for ID 907 for the Flex 6300.
Hamlib-3.1
Bill Barker 2016-12-23 21:49:11 +00:00 zatwierdzone przez Nate Bargmann
rodzic ebd3117658
commit 10eb19e92a
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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);
else if (strcmp("906", idptr) == 0)
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 {
rig_debug(RIG_DEBUG_VERBOSE, "%s: Rig (%s) is not a Flex 6000 Series\n", __func__, id);
return -RIG_EPROTO;