kopia lustrzana https://github.com/Hamlib/Hamlib
One more X5105 change
rodzic
5ee3c15c3b
commit
0e85260d0f
|
@ -878,9 +878,6 @@ int x108g_set_ptt(RIG *rig, vfo_t vfo, ptt_t ptt)
|
|||
return retval;
|
||||
}
|
||||
|
||||
// No 0xfb sent back by X5105
|
||||
if (rig->caps->rig_model == RIG_MODEL_X5105) return RIG_OK;
|
||||
|
||||
/* X108G doesn't quite follow ICOM protocol -- returns 0x1c instead of 0xfb */
|
||||
if (ackbuf[0] != 0xfb && (ack_len != 3 || ackbuf[0] != 0x1c))
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue