mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-17 20:34:14 +00:00
fix: remove glitch at first sweep point
This commit is contained in:
parent
0a8bfbff33
commit
eedf0e1aa7
1 changed files with 0 additions and 5 deletions
5
main.c
5
main.c
|
|
@ -546,11 +546,6 @@ void sweep(void)
|
|||
if (frequency_updated)
|
||||
goto rewind;
|
||||
}
|
||||
set_frequency(frequencies[0]);
|
||||
tlv320aic3204_select_in3(); // CH0:REFLECT
|
||||
|
||||
//if (cal_status & CALSTAT_APPLY)
|
||||
// apply_error_term();
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue