1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

hackrfinput - Change LO ppm to adjust the hardware clocks.

LO ppm now adjusts the primary clock in the hackrf one instead of offsetting the freq in software. The offset adjusts all clocks except the CPU which currently uses it's own crystal.
There is room for improvement but I tried to keep it simple and keep the user interface the same for now.
This commit is contained in:
FuzzyCheese
2021-03-28 21:35:57 -05:00
parent be85e680e0
commit 295e1f52bf
2 changed files with 81 additions and 20 deletions
@@ -159,7 +159,7 @@ private:
bool openDevice();
void closeDevice();
bool applySettings(const HackRFInputSettings& settings, bool force);
void setDeviceCenterFrequency(quint64 freq, qint32 LOppmTenths);
void setDeviceCenterFrequency(quint64 freq);
void webapiReverseSendSettings(QList<QString>& deviceSettingsKeys, const HackRFInputSettings& settings, bool force);
void webapiReverseSendStartStop(bool start);