Skip to content

Commit

Permalink
#52 WIP troubleshooting the shutdown hang.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Sheirer committed Dec 26, 2022
1 parent 737180c commit d0f58cf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ public void start() throws SDRPlayException

//Setup IF, LO, and AGC Mode
getControlParameters().getAgc().setAgcMode(AgcMode.DISABLE);
// getTunerParameters().setIfMode(IfMode.IF_ZERO);
getTunerParameters().setIfMode(IfMode.IF_1620);
getTunerParameters().setIfMode(IfMode.IF_ZERO);
getTunerParameters().setLoMode(LoMode.AUTO);
}
}
Expand Down

0 comments on commit d0f58cf

Please sign in to comment.