Increase default gains

This commit is contained in:
Mike Walters
2016-07-30 18:43:33 +01:00
parent a5a1c8ce70
commit 39c15c93a9

View File

@ -266,7 +266,7 @@ int main(int argc, char** argv) {
int exit_code = EXIT_SUCCESS; int exit_code = EXIT_SUCCESS;
struct timeval t_end; struct timeval t_end;
float time_diff; float time_diff;
unsigned int lna_gain=8, vga_gain=20, txvga_gain=0; unsigned int lna_gain=20, vga_gain=20, txvga_gain=0;
while( (opt = getopt(argc, argv, "a:f:p:l:g:x:d:")) != EOF ) while( (opt = getopt(argc, argv, "a:f:p:l:g:x:d:")) != EOF )
{ {