mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-07 07:24:05 +00:00
Up max stop
This commit is contained in:
parent
73b6cddedc
commit
1d6b511e09
2 changed files with 6 additions and 2 deletions
3
main.c
3
main.c
|
|
@ -834,7 +834,8 @@ freq_mode_centerspan(void)
|
|||
|
||||
#define START_MIN 50000
|
||||
//#define STOP_MAX 900000000
|
||||
#define STOP_MAX 1500000000
|
||||
//#define STOP_MAX 1500000000
|
||||
#define STOP_MAX 2100000000
|
||||
|
||||
void
|
||||
set_sweep_frequency(int type, float frequency)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue