mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 07:23:43 +00:00
use PLL A to generate lowband source
This commit is contained in:
parent
67cffbb69e
commit
abe2aefcf9
4 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ void Manual::Setup(Protocol::ManualControl m) {
|
|||
FPGA::AbortSweep();
|
||||
// Configure lowband source
|
||||
if (m.V1.SourceLowEN) {
|
||||
Si5351.SetCLK(SiChannel::LowbandSource, m.V1.SourceLowFrequency, Si5351C::PLL::B,
|
||||
Si5351.SetCLK(SiChannel::LowbandSource, m.V1.SourceLowFrequency, Si5351C::PLL::A,
|
||||
(Si5351C::DriveStrength) m.V1.SourceLowPower);
|
||||
Si5351.Enable(SiChannel::LowbandSource);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue