mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
adjust delay to reduce noise
This commit is contained in:
parent
58bf0fb151
commit
8234ea7163
2 changed files with 2 additions and 2 deletions
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)
|
||||
{
|
||||
|
|
|
|||
2
si5351.c
2
si5351.c
|
|
@ -295,7 +295,7 @@ si5351_set_frequency(int channel, int freq, uint8_t drive_strength)
|
|||
|
||||
int current_band = -1;
|
||||
|
||||
#define DELAY_NORMAL 1
|
||||
#define DELAY_NORMAL 2
|
||||
#define DELAY_BANDCHANGE 1
|
||||
#define DELAY_LOWBAND 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue