kopia lustrzana https://github.com/Hamlib/Hamlib
Merge branch 'master' of https://github.com/Hamlib/Hamlib
commit
3cb79b3bca
|
@ -229,8 +229,8 @@ transaction_write:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Special case for SQuelch */
|
/* Special case for SQuelch */
|
||||||
if (replystr && !memcmp(cmdstr, "SQ", 2) && (replystr[0] == '-'
|
if (replystr && !memcmp(cmdstr, "SQ", 2) && (data[0] == '-'
|
||||||
|| replystr[0] == '+'))
|
|| data[0] == '+'))
|
||||||
{
|
{
|
||||||
retval = RIG_OK;
|
retval = RIG_OK;
|
||||||
goto transaction_quit;
|
goto transaction_quit;
|
||||||
|
@ -406,7 +406,7 @@ int uniden_get_mode(RIG *rig, vfo_t vfo, rmode_t *mode, pbwidth_t *width)
|
||||||
}
|
}
|
||||||
else if (!strcmp(modebuf + 3, "WFM"))
|
else if (!strcmp(modebuf + 3, "WFM"))
|
||||||
{
|
{
|
||||||
*mode = RIG_MODE_AM;
|
*mode = RIG_MODE_WFM;
|
||||||
}
|
}
|
||||||
else if (!strcmp(modebuf + 3, "FM"))
|
else if (!strcmp(modebuf + 3, "FM"))
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue