Added correction out command

pwm
erikkaashoek 3 years ago
parent f0c4a8f547
commit f28c3048b6

@ -1173,7 +1173,7 @@ VNA_SHELL_FUNCTION(cmd_correction)
static const char cmd[] = "low|lna|ultra|ultra_lna|direct|direct_lna|out|out_direct|out_adf|out_ultra|off|on";
static const char range[] = "0-19";
#else
static const char cmd[] = "low|high";
static const char cmd[] = "low|high|out";
static const char range[] = "0-9";
#endif
int m = get_str_index(argv[0], cmd);

Loading…
Cancel
Save

Powered by TurnKey Linux.