Skip to content

Commit

Permalink
just log 59 dB instead of tuner AGC
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Nov 2, 2024
1 parent 2c51b73 commit 31378c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdr_rtlsdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void rtlsdrSetGain(char *reason) {

RTLSDR.tunerAgcEnabled = 1;
if (!Modes.gainQuiet) {
fprintf(stderr, "%srtlsdr: enabling tuner AGC\n", reason);
fprintf(stderr, "%srtlsdr: tuner gain set to 59.0 dB (tuner AGC)\n", reason);
}
if (rtlsdr_set_tuner_gain_mode(RTLSDR.dev, 0)) {
fprintf(stderr, "rtlsdr: enabling tuner AGC failed\n");
Expand Down

0 comments on commit 31378c2

Please sign in to comment.