Skip to content

Commit

Permalink
Increase default gains
Browse files Browse the repository at this point in the history
  • Loading branch information
miek committed Dec 27, 2016
1 parent a5a1c8c commit 39c15c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/hackrf-tools/src/hackrf_sweep.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ int main(int argc, char** argv) {
int exit_code = EXIT_SUCCESS;
struct timeval t_end;
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 )
{
Expand Down

0 comments on commit 39c15c9

Please sign in to comment.