From: c vw Date: Fri, 10 Jul 2020 12:28:27 +0000 (+0200) Subject: Manually merged from John: support for the switchable X-Git-Url: https://git.rkrishnan.org/pf/components//%22%22.?a=commitdiff_plain;h=01fc446e66a237b8100fbf17415fc1ac3ae1df7d;p=pihpsdr.git Manually merged from John: support for the switchable preamp of first-generation HPSDR boards --- diff --git a/old_protocol.c b/old_protocol.c index b13bc47..14dabfc 100644 --- a/old_protocol.c +++ b/old_protocol.c @@ -1422,10 +1422,16 @@ static int last_power=0; case 4: output_buffer[C0]=0x14; output_buffer[C1]=0x00; - // All current boards have NO switchable preamps - //for(i=0;ipreamp<preamp<preamp); + gtk_grid_attach(GTK_GRID(grid),preamp_b,x,4,1,1); + g_signal_connect(preamp_b,"toggled",G_CALLBACK(preamp_cb),NULL); + } + if (filter_board == ALEX && active_receiver->adc == 0 && ((protocol==ORIGINAL_PROTOCOL && device != DEVICE_ORION2) || (protocol==NEW_PROTOCOL && device != NEW_DEVICE_ORION2))) {