kopia lustrzana https://github.com/Hamlib/Hamlib
Add CWR CWN to newcat PTT off delay
rodzic
a5fb30d5b6
commit
bd1ffcfb54
|
@ -1655,7 +1655,10 @@ int newcat_set_ptt(RIG *rig, vfo_t vfo, ptt_t ptt)
|
||||||
|
|
||||||
// some rigs like the FT991 need time before doing anything else like set_freq
|
// some rigs like the FT991 need time before doing anything else like set_freq
|
||||||
// We won't mess with CW mode -- no freq change expected hopefully
|
// We won't mess with CW mode -- no freq change expected hopefully
|
||||||
if (rig->state.current_mode != RIG_MODE_CW)
|
if (rig->state.current_mode != RIG_MODE_CW
|
||||||
|
&& rig->state.current_mode != RIG_MODE_CWR
|
||||||
|
&& rig->state.current_mode != RIG_MODE_CWN
|
||||||
|
)
|
||||||
{
|
{
|
||||||
hl_usleep(100 * 1000);
|
hl_usleep(100 * 1000);
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
typedef char ncboolean;
|
typedef char ncboolean;
|
||||||
|
|
||||||
/* shared function version */
|
/* shared function version */
|
||||||
#define NEWCAT_VER "20220307"
|
#define NEWCAT_VER "20220331"
|
||||||
|
|
||||||
/* Hopefully large enough for future use, 128 chars plus '\0' */
|
/* Hopefully large enough for future use, 128 chars plus '\0' */
|
||||||
#define NEWCAT_DATA_LEN 129
|
#define NEWCAT_DATA_LEN 129
|
||||||
|
|
Ładowanie…
Reference in New Issue