FIX #194: Spectrum going crazy when AM-fix is active

This commit is contained in:
Krzysiek Egzmont
2023-12-07 14:46:13 +01:00
parent 5c1cb4f2fc
commit c697596806
2 changed files with 13 additions and 5 deletions

View File

@@ -936,7 +936,7 @@ void RADIO_SetupAGC(bool listeningAM, bool disable)
if(!listeningAM) { // if not actively listening AM we don't need any AM specific regulation
BK4819_SetAGC(1);
BK4819_SetAGC(!disable);
BK4819_InitAGC(false);
}
else {