mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
fix: gain table covers 2.7GHz
This commit is contained in:
parent
14dfe97557
commit
dd4074d501
1 changed files with 5 additions and 2 deletions
7
main.c
7
main.c
|
|
@ -273,8 +273,11 @@ const int8_t gain_table[] = {
|
|||
40, // 300 ~ 600MHz
|
||||
50, // 600 ~ 900MHz
|
||||
75, // 900 ~ 1200MHz
|
||||
85, // 1200 ~ 1400MHz
|
||||
95 // 1400MHz ~
|
||||
85, // 1200 ~ 1500MHz
|
||||
95, // 1500MHz ~
|
||||
95, // 1800MHz ~
|
||||
95, // 2100MHz ~
|
||||
95 // 2400MHz ~
|
||||
};
|
||||
|
||||
#define DELAY_GAIN_CHANGE 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue