Skip to content

Commit

Permalink
agc
Browse files Browse the repository at this point in the history
To improve ssb try to reapply agc after tuning
  • Loading branch information
losehu authored Aug 13, 2024
1 parent 0752f0c commit 137bd55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/si.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static void tune(uint32_t f) {
SI47XX_ClearRDS();

SI47XX_SetFreq(f);

SI47XX_SetAutomaticGainControl(att>0,att);
currentBandIndex = getCurrentBandIndex();
}

Expand All @@ -200,7 +200,7 @@ void SI_init() {

SI47XX_PowerUp();

SI47XX_SetAutomaticGainControl(1, att);
SI47XX_SetAutomaticGainControl(att>0, att);
}


Expand Down

0 comments on commit 137bd55

Please sign in to comment.