From 01fc446e66a237b8100fbf17415fc1ac3ae1df7d Mon Sep 17 00:00:00 2001 From: c vw Date: Fri, 10 Jul 2020 14:28:27 +0200 Subject: [PATCH] Manually merged from John: support for the switchable preamp of first-generation HPSDR boards --- old_protocol.c | 14 ++++++++++---- rx_menu.c | 11 +++++++++++ 2 files changed, 21 insertions(+), 4 deletions(-) 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))) { -- 2.45.2