From: c vw Date: Wed, 12 Jan 2022 17:22:59 +0000 (+0100) Subject: Reverted test output X-Git-Url: https://git.rkrishnan.org/pf/components/com_hotproperty?a=commitdiff_plain;h=c8438287a2b18a4aaa2b0cbd22b7e60e0730be34;p=pihpsdr.git Reverted test output --- diff --git a/radio_menu.c b/radio_menu.c index a479821..486f35b 100644 --- a/radio_menu.c +++ b/radio_menu.c @@ -672,7 +672,7 @@ void radio_menu(GtkWidget *parent) { } -//#ifdef GPIO +#ifdef GPIO GtkWidget *vfo_divisor_label=gtk_label_new(NULL); gtk_label_set_markup(GTK_LABEL(vfo_divisor_label), "VFO Encoder Divisor:"); gtk_grid_attach(GTK_GRID(grid),vfo_divisor_label,col,row,1,1); @@ -683,10 +683,14 @@ void radio_menu(GtkWidget *parent) { gtk_grid_attach(GTK_GRID(grid),vfo_divisor,col,row,1,1); g_signal_connect(vfo_divisor,"value_changed",G_CALLBACK(vfo_divisor_value_changed_cb),NULL); row++; -//#endif +#endif if(row>temp_row) temp_row=row; + // + // The HPSDR machine-specific stuff is now put in the last column(s), + // either the ATLAS bits (METIS) or the Orion microphone settings + // #ifdef USBOZY if (protocol==ORIGINAL_PROTOCOL && (device == DEVICE_OZY || device == DEVICE_METIS)) #else