mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
adjust delay to reduce noise
This commit is contained in:
parent
58bf0fb151
commit
8234ea7163
2
main.c
2
main.c
|
|
@ -258,7 +258,7 @@ static void cmd_reset(BaseSequentialStream *chp, int argc, char *argv[])
|
|||
;
|
||||
}
|
||||
|
||||
#define DELAY_ON_GAIN_CHANGE 3
|
||||
#define DELAY_ON_GAIN_CHANGE 6
|
||||
|
||||
int set_frequency(int freq)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue