kopia lustrzana https://github.com/Hamlib/Hamlib
fix thd74_set_mem
rodzic
fe6fc763d1
commit
a2e692949c
|
@ -1066,7 +1066,7 @@ static int thd74_set_mem(RIG *rig, vfo_t vfo, int ch)
|
||||||
}
|
}
|
||||||
|
|
||||||
sprintf(cmd, "MR %c,%03d", c, ch);
|
sprintf(cmd, "MR %c,%03d", c, ch);
|
||||||
return kenwood_simple_transaction(rig, cmd, 10);
|
return kenwood_simple_transaction(rig, cmd, 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int thd74_get_mem(RIG *rig, vfo_t vfo, int *ch)
|
static int thd74_get_mem(RIG *rig, vfo_t vfo, int *ch)
|
||||||
|
|
Ładowanie…
Reference in New Issue