Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ka9q committed May 5, 2024
1 parent 1381311 commit c6f0de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tune.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ int main(int argc,char *argv[]){
encode_float(&bp,GAIN,Gain);
encode_int(&bp,AGC_ENABLE,false); // Turn off AGC for manual gain
} else
encode_int(&bp,AGC_ENABLE,Agc);
encode_int(&bp,AGC_ENABLE,true);
encode_eol(&bp);
int cmd_len = bp - cmd_buffer;
if(send(Control_sock, cmd_buffer, cmd_len, 0) != cmd_len)
Expand Down

0 comments on commit c6f0de6

Please sign in to comment.