diff --git a/sa_core.c b/sa_core.c index 8481a64..7ac9b0c 100644 --- a/sa_core.c +++ b/sa_core.c @@ -695,7 +695,7 @@ void reset_settings(int m) #endif setting.frequency_offset = FREQUENCY_SHIFT; setting.auto_IF = true; - set_external_gain(0.0); // This also updates the help text!!!!! + //set_external_gain(0.0); // This also updates the help text!!!!! //setting.external_gain = 0.0; setting.trigger = T_AUTO; setting.trigger_direction = T_UP; @@ -801,7 +801,7 @@ void reset_settings(int m) setting.level = level_max(); // This is the level with above settings. markers_reset(); setting._active_marker = 0; - set_external_gain(0.0); // This also updates the help text!!!!! Must be below level_min and level_max being set + //set_external_gain(0.0); // This also updates the help text!!!!! Must be below level_min and level_max being set set_sweep_points(POINTS_COUNT); dirty = true; } diff --git a/ui.c b/ui.c index 46ae56a..11a9217 100644 --- a/ui.c +++ b/ui.c @@ -2832,7 +2832,7 @@ static UI_FUNCTION_ADV_CALLBACK(menu_measure_acb) TRACE_DISABLE(TRACE_STORED_FLAG); } set_average(0,AV_OFF); - set_external_gain(0.0); +// set_external_gain(0.0); #ifdef TINYSA4 set_extra_lna(false); #endif