Fix #211: AM reception chopping

This commit is contained in:
Krzysiek Egzmont
2023-12-07 20:48:36 +01:00
parent c697596806
commit 13c17ad073
2 changed files with 2 additions and 2 deletions

View File

@@ -773,7 +773,7 @@ void RADIO_SetupRegisters(bool switchToForeground)
}
#endif
RADIO_SetupAGC(false, false);
RADIO_SetupAGC(gRxVfo->Modulation == MODULATION_AM, false);
// enable/disable BK4819 selected interrupts
BK4819_WriteRegister(BK4819_REG_3F, InterruptMask);