adjust delay to reduce noise

This commit is contained in:
TT 2019-09-08 18:42:17 +09:00
parent 58bf0fb151
commit 8234ea7163
2 changed files with 2 additions and 2 deletions

2
main.c
View file

@ -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)
{

View file

@ -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