Incorrect rx frequency set in split mode after tx#88
Open
sbeckman wants to merge 8 commits intoafarhan:mainfrom
Open
Incorrect rx frequency set in split mode after tx#88sbeckman wants to merge 8 commits intoafarhan:mainfrom
sbeckman wants to merge 8 commits intoafarhan:mainfrom
Conversation
Fix for high CPU usage and audio dropouts. Includes a define to enable debugging messages.
Changed the level of rigor from FFTW_ESTIMATE to FFTW_MEASURE in order to resolve an issue where the FFTW library would sometime make a bad choice about the FFT algorithm to use. Added support for Wisdom files so that the FFTW library does not have to spend time picking the algorithm.
Changed the level of rigor from FFTW_ESTIMATE to FFTW_MEASURE in order to resolve an issue where the FFTW library would sometimes make a bad choice about the FFT algorithm to use. Added support for Wisdom files so that the FFTW library does not have to spend time picking the algorithm.
Further details about the problem and how to duplicate it are in issue report # 87. In SPLIT VFO mode, the frequency in VFO B was being set as the receive frequency. The receiver should be set to the VFO A frequency.
n1ai
pushed a commit
to n1ai/sbitx-mainline
that referenced
this pull request
Dec 22, 2025
* v4.1 * Updated notch filter to activate on CW/CWR also remove the indicator from digi mode panafall (afarhan#88) * updated notch for CW/CWR * comment cleanup --------- Co-authored-by: sigmazgfx <sigmazgfx@gmail.com> * v4.1 Save IF and Drive settings for each band and band scale editing. (afarhan#91) * Allow adjusting band scale values within the app * Clean up some console messages * Save if and drive settings per band. * Updated docs --------- Co-authored-by: jj <155218248+drexjj@users.noreply.github.com> * Band stack pos option (afarhan#95) * Patch 4.01 (afarhan#90) * v4.01 * Updated notch filter to activate on CW/CWR also remove the indicator from digi mode panafall * updated notch for CW/CWR * comment cleanup * style.css fix for width 800px in web gui for 7 inch native screen --------- Co-authored-by: SigmazGFX <sigmaz_1@yahoo.com> Co-authored-by: sigmazgfx <sigmazgfx@gmail.com> Co-authored-by: laluha <larslund.hansen@gmail.com> * Patch v4.02 DE LPF Relay and Volume Fix (afarhan#92) * v4.1dev * fix for DE relay and volume * v4.02 * Patch v4.02 DE LPF Relay and Volume Fix (afarhan#94) * fix for DE relay and volume * v4.02 * band-stack-pos-option added * Update sdr_ui.h * Band-stack-pos-fix --------- Co-authored-by: SigmazGFX <sigmaz_1@yahoo.com> Co-authored-by: sigmazgfx <sigmazgfx@gmail.com> Co-authored-by: laluha <larslund.hansen@gmail.com> * v4.1 --------- Co-authored-by: SigmazGFX <sigmaz_1@yahoo.com> Co-authored-by: sigmazgfx <sigmazgfx@gmail.com> Co-authored-by: Mashintime <52426393+Mashintime@users.noreply.github.com> Co-authored-by: laluha <larslund.hansen@gmail.com>
n1ai
pushed a commit
to n1ai/sbitx-mainline
that referenced
this pull request
Dec 22, 2025
…from digi mode panafall (afarhan#88) * updated notch for CW/CWR * comment cleanup --------- Co-authored-by: sigmazgfx <sigmazgfx@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In SPLIT VFO Mode, set the receiver frequency to VFO A instead of VFO B.