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:
csete 2009-04-11 16:45:09 +00:00
parent b785b79d81
commit 72ccb48854

View file

@ -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 */