mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 22:59:59 -07:00
Previously, RTL-SDR devices from SoapySDR were unconditionally skipped, even if native rtl_test wasn't available. Now: - Native detection runs first for RTL-SDR and HackRF - SoapySDR only skips device types that were already found natively - If native tools aren't available, SoapySDR detection is used as fallback This fixes the issue where users with only SoapySDR installed couldn't see their RTL-SDR or HackRF devices. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>