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)
|
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;
|
int current_band = -1;
|
||||||
|
|
||||||
#define DELAY_NORMAL 1
|
#define DELAY_NORMAL 2
|
||||||
#define DELAY_BANDCHANGE 1
|
#define DELAY_BANDCHANGE 1
|
||||||
#define DELAY_LOWBAND 1
|
#define DELAY_LOWBAND 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue