From d4ac379ebef1bc85e218db3ca6d5f3989de2aa58 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 27 May 2023 02:17:11 +0200 Subject: [PATCH] update tx --- SoapyHifiBerrySettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoapyHifiBerrySettings.cpp b/SoapyHifiBerrySettings.cpp index c0e63b3..39b4ad7 100644 --- a/SoapyHifiBerrySettings.cpp +++ b/SoapyHifiBerrySettings.cpp @@ -387,7 +387,7 @@ void SoapyHifiBerry::setFrequency(const int direction, const size_t channel, con { uint64_t freq = (uint64_t)frequency * SI5351_FREQ_MULT * 4; if (pSI5351) - pSI5351->set_freq(freq, CLK_VFO_RX); + pSI5351->set_freq(freq, CLK_VFO_TX); } }