Nuand / bladeRF

bladeRF USB 3.0 Superspeed Software Defined Radio Source Code
http://nuand.com
Other
1.15k stars 459 forks source link

Option to permanently set biastee as ON? #702

Closed snazzysanoj closed 5 years ago

snazzysanoj commented 5 years ago

libbladeRF initializes the device every time with "biastee" (both RX and TX) set as OFF. Is it possible to set biastee as ON permanently?

bglod commented 5 years ago

Would using the config file do the trick? This feature was added a few days ago: https://github.com/Nuand/bladeRF/commit/3211d25f4e6143a002dd66218b897410f8e67052

Config file documentation: https://nuand.com/libbladeRF-doc/v2.1.0/configfile.html

snazzysanoj commented 5 years ago

Thanks @bglod