From 54112d4d7bc81d7702e0c43de197e8352cb7937c Mon Sep 17 00:00:00 2001 From: Mathis Schmieder Date: Wed, 11 May 2022 13:27:40 +0000 Subject: [PATCH] Increased input gain on MD-UV3x0 type of radios --- platform/drivers/baseband/radio_UV3x0.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/drivers/baseband/radio_UV3x0.cpp b/platform/drivers/baseband/radio_UV3x0.cpp index 2d546896..d28788d2 100644 --- a/platform/drivers/baseband/radio_UV3x0.cpp +++ b/platform/drivers/baseband/radio_UV3x0.cpp @@ -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: