From: John Melton G0ORX Date: Fri, 12 Mar 2021 15:07:28 +0000 (+0000) Subject: Fix Controller2 switch configuration X-Git-Url: https://git.rkrishnan.org/components/vdrive//%22%22.?a=commitdiff_plain;h=291dcc9c5451334eac787ebbfcc89943e5ee4e8d;p=pihpsdr.git Fix Controller2 switch configuration --- diff --git a/gpio.c b/gpio.c index 4ec00a8..f38d86f 100644 --- a/gpio.c +++ b/gpio.c @@ -575,6 +575,7 @@ static void process_edge(int offset,int value) { if(taction=switches[i].switch_function; @@ -777,7 +778,11 @@ void gpio_save_state() { } } +<<<<<<< HEAD if(controller==CONTROLLER2_V1 || controller==CONTROLLER2_V2) { +======= + if(controller!=CONTROLLER1) { +>>>>>>> 98419181d3881fcaa1986ff14175d74cb9e1bccf for(int i=0;i>>>>>> 98419181d3881fcaa1986ff14175d74cb9e1bccf for(int i=0;i>>>>>> 98419181d3881fcaa1986ff14175d74cb9e1bccf for(int i=0;iaction=switches[i].switch_function; + a->state=PRESSED; + g_idle_add(switch_action,a); + +/* switch(switches[i].switch_function) { case TUNE: if(can_transmit) { @@ -233,6 +239,7 @@ void i2c_interrupt() { g_idle_add(ext_zoom_update,GINT_TO_POINTER(1)); break; } +*/ } } } diff --git a/switch_menu.c b/switch_menu.c index e03908c..43ea0ee 100644 --- a/switch_menu.c +++ b/switch_menu.c @@ -77,6 +77,7 @@ void switch_page_cb(GtkNotebook *notebook,GtkWidget *page,guint page_num,gpointe static void switch_select_cb(GtkWidget *widget, gpointer data) { char text[128]; CHOICE *choice=(CHOICE *)data; +g_print("%s: temp_switches=%p\n",__FUNCTION__,temp_switches); temp_switches[choice->sw].switch_function=choice->action; GtkWidget *label=gtk_bin_get_child(GTK_BIN(choice->button)); sprintf(text,"%s",sw_string[choice->action]); @@ -129,6 +130,7 @@ void switch_menu(GtkWidget *parent) { GtkWidget *widget; gint function=0; +g_print("%s: switches_no_controller=%p switches_controller1=%p switches_controller2_v1=%p switches_controller2_v2=%p\n",__FUNCTION__,&switches_no_controller,&switches_controller1,&switches_controller2_v1,&switches_controller2_v2); dialog=gtk_dialog_new_with_buttons("piHPSDR - Switch Actions",GTK_WINDOW(parent),GTK_DIALOG_DESTROY_WITH_PARENT,("OK"),GTK_RESPONSE_ACCEPT,NULL); g_signal_connect (dialog, "response", G_CALLBACK (response_event), NULL); @@ -173,6 +175,8 @@ next_function_set: break; } + g_print("%s: temp_switches=%p\n",temp_switches); + int original_row=row; if(controller==CONTROLLER2_V1 || controller==CONTROLLER2_V2) { diff --git a/transmitter.c b/transmitter.c index a51a22c..99af708 100644 --- a/transmitter.c +++ b/transmitter.c @@ -1223,7 +1223,7 @@ void add_mic_sample(TRANSMITTER *tx,float mic_sample) { // side tone ramp=cwramp48[cw_shape]; cwsample=0.00197 * getNextSideToneSample() * cw_keyer_sidetone_volume * ramp; - cw_audio_write(active_receiver,cwsample); + if(active_receiver->local_audio) cw_audio_write(active_receiver,cwsample); cw_shape_buffer48[tx->samples]=ramp; // // In the new protocol, we MUST maintain a constant flow of audio samples to the radio