Releases: newAM/hackrfone
Releases · newAM/hackrfone
Version 0.4.0
Changed
- Changed
TranscieverModetoTransceiverModeto fix a typo by @courupteddata in #33. - Changed the USB backend from rusb (libusb) to nusb by @courupteddata in #33.
Version 0.3.0
Changed
- Changed the edition from 2018 to 2024.
- Updated rusb from
0.8to0.9.
Version 0.2.3
Fixed
- Fixed all gain settings swapping
wValuewithwIndex.
Version 0.2.2
Fixed
- Fixed
set_lna_gainsetting the VGA gain instead of the LNA gain.
Version 0.2.1
Added
- Added tested platforms to the README.
Fixed
- Fixed a panic condition in the
rxexample that occurred when the sample
thread disconnected before the main thread requested a disconnection. - Fixed a bug where
read_bulkwould always return an error inrxon some
operating systems.
Version 0.2.0
Added
- Added
impl std::error::Error for Error. - Added
Copy, Clone, PartialEq, Eqtraits forError. - Added
iq_to_cplx_i8. - Added a threaded RX example.
Changed
- Changed the name of
iq_to_cplxtoiq_to_cplx_f32.
Version 0.1.0
Initial release.