pothosware / SoapyBladeRF

Soapy SDR plugin for the Blade RF
https://github.com/pothosware/SoapyBladeRF/wiki
23 stars 19 forks source link

feat: allow turning bias tee off #56

Open KarlL2 opened 1 year ago

KarlL2 commented 1 year ago

It's currently possible to turn the bias tee on for RX and TX, but not off.

I followed the current code and just added the possibility to pass "false" instead of just "true" for "biastee_rx" and "biastee_tx".