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

HackRF: use software LO ppm correction since hardware correction does not work. Fixes #1443

This commit is contained in:
f4exb
2022-09-26 22:26:28 +02:00
parent c099a47327
commit 7a87155086
4 changed files with 18 additions and 16 deletions
@@ -159,7 +159,7 @@ private:
void closeDevice();
bool applySettings(const HackRFOutputSettings& settings, bool force);
// hackrf_device *open_hackrf_from_sequence(int sequence);
void setDeviceCenterFrequency(quint64 freq_hz);
void setDeviceCenterFrequency(quint64 freq_hz, int loPpmTenths);
void webapiReverseSendSettings(QList<QString>& deviceSettingsKeys, const HackRFOutputSettings& settings, bool force);
void webapiReverseSendStartStop(bool start);