pothosware / SoapyBladeRF

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

Fixed issues with bool settings. #21

Closed drahosj closed 5 years ago

drahosj commented 5 years ago

Bool settings were declared as strings. This causes problems with eg. CubicSDR which tries to validate them against the options vector. Also False wasn't an option.

The affected settings were the reset_device setting, erase_fpga, and jump to bootloader.

Changes: