You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Weird tuning behavior when using both a legacy RTL2832 dongle (e.g. R820T tuner) alongside the new V4 R828D tuner.
On inspecting the code, the VCO reference voltage threshold is being stored as a static value and the second tuner that gets initialized overwrites the first tuner value, causing the first tuner to mis-tune in certain scenarios.
The text was updated successfully, but these errors were encountered:
…at same time causes errant tuning behavior on the first tuner that gets initialized. Removed static qualifier from VCO reference value so that each tuner is allowed to initialize correctly.
…at same time causes errant tuning behavior on the first tuner that gets initialized. Removed static qualifier from VCO reference value so that each tuner is allowed to initialize correctly.
sdrtrunk Version
V0.6.0 Beta 4
Describe the bug
Weird tuning behavior when using both a legacy RTL2832 dongle (e.g. R820T tuner) alongside the new V4 R828D tuner.
On inspecting the code, the VCO reference voltage threshold is being stored as a static value and the second tuner that gets initialized overwrites the first tuner value, causing the first tuner to mis-tune in certain scenarios.
The text was updated successfully, but these errors were encountered: