kopia lustrzana https://github.com/Hamlib/Hamlib
Add FTDX1200 to rigs that need to ensure PTT is off before changing frequency
https://github.com/Hamlib/Hamlib/issues/1185pull/1191/head
rodzic
d1dccffd6b
commit
294bdc7d2a
|
@ -880,7 +880,7 @@ int newcat_set_freq(RIG *rig, vfo_t vfo, freq_t freq)
|
|||
if (vfo != rig->state.tx_vfo) { return -RIG_ENTARGET; }
|
||||
}
|
||||
|
||||
if (is_ftdx3000 || is_ftdx3000dm || is_ftdx5000)
|
||||
if (is_ftdx3000 || is_ftdx3000dm || is_ftdx5000 || is_ftdx1200)
|
||||
{
|
||||
// we have a few rigs that can't set freq while PTT_ON
|
||||
// so we'll try a few times to see if we just need to wait a bit
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
typedef char ncboolean;
|
||||
|
||||
/* shared function version */
|
||||
#define NEWCAT_VER "20221204"
|
||||
#define NEWCAT_VER "20221211"
|
||||
|
||||
/* Hopefully large enough for future use, 128 chars plus '\0' */
|
||||
#define NEWCAT_DATA_LEN 129
|
||||
|
|
Ładowanie…
Reference in New Issue