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
Some versions of librtlsdr (including ones built directly from source)
have a leading 'v' on their versions as reported by pkg-config. This
causes the version check for bias tees to yield incorrect results,
preventing the use of a bias tee even if the underlying librtlsdr
supports it. Removing the 'v' avoids this.
0 commit comments