mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
fix: gain table covers 2.7GHz
This commit is contained in:
parent
14dfe97557
commit
dd4074d501
7
main.c
7
main.c
|
|
@ -273,8 +273,11 @@ const int8_t gain_table[] = {
|
||||||
40, // 300 ~ 600MHz
|
40, // 300 ~ 600MHz
|
||||||
50, // 600 ~ 900MHz
|
50, // 600 ~ 900MHz
|
||||||
75, // 900 ~ 1200MHz
|
75, // 900 ~ 1200MHz
|
||||||
85, // 1200 ~ 1400MHz
|
85, // 1200 ~ 1500MHz
|
||||||
95 // 1400MHz ~
|
95, // 1500MHz ~
|
||||||
|
95, // 1800MHz ~
|
||||||
|
95, // 2100MHz ~
|
||||||
|
95 // 2400MHz ~
|
||||||
};
|
};
|
||||||
|
|
||||||
#define DELAY_GAIN_CHANGE 10
|
#define DELAY_GAIN_CHANGE 10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue