kopia lustrzana https://github.com/Hamlib/Hamlib
uniden_get_mode report WFM mode correctly #321
rodzic
d61d1c13e1
commit
abe2697f4e
|
@ -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