mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
TX controller should initialize PTT to TRUE, otherwise it won't work with transmitters that don't have read_ptt via CAT.
git-svn-id: https://gpredict.svn.sourceforge.net/svnroot/gpredict/trunk@240 ab6734ba-2843-0410-b83b-99c217ef6c0f
This commit is contained in:
parent
b785b79d81
commit
72ccb48854
1 changed files with 1 additions and 1 deletions
|
|
@ -1392,7 +1392,7 @@ static void exec_rx_cycle (GtkRigCtrl *ctrl)
|
|||
static void exec_tx_cycle (GtkRigCtrl *ctrl)
|
||||
{
|
||||
gdouble readfreq=0.0, tmpfreq, satfreqd, satfrequ, doppler;
|
||||
gboolean ptt = FALSE;
|
||||
gboolean ptt = TRUE;
|
||||
gboolean dialchanged = FALSE;
|
||||
|
||||
/* get PTT status */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue