]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Set TX mode and filter when active receiver changes
authorJohn Melton G0ORX <john.d.melton@googlemail.com>
Wed, 25 Mar 2020 23:50:03 +0000 (23:50 +0000)
committerJohn Melton G0ORX <john.d.melton@googlemail.com>
Wed, 25 Mar 2020 23:50:03 +0000 (23:50 +0000)
receiver.c

index 4ebe1d2ff0319ab120b4c409911fa34337c77be8..8ae57f208a8212885fd3d968fd7a705b6777099c 100644 (file)
@@ -98,7 +98,10 @@ gboolean receiver_button_release_event(GtkWidget *widget, GdkEventButton *event,
       g_idle_add(ext_start_rx,NULL);
     }
 
-    ///g_print("receiver: %d adc=%d attenuation=%d rx_gain_calibration=%d\n",rx->id,rx->adc,adc_attenuation[rx->adc],rx_gain_calibration);
+    // setup the transmitter mode and filter
+    tx_set_mode(transmitter,get_tx_mode());
+
+    //g_print("receiver: %d adc=%d attenuation=%d rx_gain_calibration=%d\n",rx->id,rx->adc,adc_attenuation[rx->adc],rx_gain_calibration);
   } else {
     if(pressed) {
       int x=(int)event->x;