Temporarily disable fast_set_ptt in flrig.c -- not working in FLRig 1.3.54.14

pull/658/head
Mike Black W9MDB 2021-04-08 16:16:35 -05:00
rodzic def3aee7a6
commit 609c9ad8d5
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -852,7 +852,11 @@ static int flrig_open(RIG *rig)
value_t val;
val.i = 1; // we'll try fast and if it fails turn it off
priv->has_set_freq_fast = 1;
#if 0
priv->has_set_ptt_fast = 1; // they both will be there
#else
priv->has_set_ptt_fast = 0; // Broken in FLRig 1.3.54.14 and before
#endif
rig_set_ext_parm(rig, TOK_FLRIG_FAST_SET_FREQ, val);
rig_set_ext_parm(rig, TOK_FLRIG_FAST_SET_PTT, val);