From 2165ad38b217f0e36f6b9c52bf06794dbfc47da6 Mon Sep 17 00:00:00 2001 From: DiSlord Date: Sun, 5 Jul 2020 21:11:05 +0300 Subject: [PATCH] Remove double init settings This functions call in perform in apply_settings(); --- sa_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sa_core.c b/sa_core.c index 52b368b..9d03d83 100644 --- a/sa_core.c +++ b/sa_core.c @@ -1623,8 +1623,8 @@ static bool sweep(bool break_on_operation) // dirty = true; if (dirty) { // Calculate new scanning solution - update_rbw(); - calculate_step_delay(); +// update_rbw(); +// calculate_step_delay(); // Set for actual time pre calculated value (update after sweep) setting.actual_sweep_time_us = calc_min_sweep_time_us(); // Change actual sweep time as user input if it greater minimum