Increased input gain on MD-UV3x0 type of radios

This commit is contained in:
Mathis Schmieder 2022-05-11 13:27:40 +00:00 committed by Silvano Seva
parent c3c984d504
commit 54112d4d7b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ void radio_setOpmode(const enum opmode mode)
case OPMODE_M17:
at1846s.setOpMode(AT1846S_OpMode::DMR); // AT1846S in DMR mode, disables RX filter
C6000.fmMode(); // HR_C6000 in FM mode
C6000.setInputGain(+3); // Input gain in dB, found experimentally
C6000.setInputGain(+6); // Input gain in dB, found experimentally
break;
default: