use PLL A to generate lowband source

This commit is contained in:
Jan Käberich 2025-08-09 19:10:53 +02:00
parent 67cffbb69e
commit abe2aefcf9
4 changed files with 4 additions and 4 deletions

View file

@ -458,7 +458,7 @@ void VNA::SweepHalted() {
}
// need the Si5351 as Source
bool freqSuccess = Si5351.SetCLK(SiChannel::LowbandSource, frequency, Si5351C::PLL::B, driveStrength);
bool freqSuccess = Si5351.SetCLK(SiChannel::LowbandSource, frequency, Si5351C::PLL::A, driveStrength);
static bool lowbandDisabled = false;
if (pointCnt == 0) {
// First point in sweep, switch to correct source