All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated to edition 2021.
0.2.3 - 2021-07-12
- Fixed all gain settings swapping
wValue
withwIndex
.
0.2.2 - 2021-07-10
- Fixed
set_lna_gain
setting the VGA gain instead of the LNA gain.
0.2.1 - 2021-07-06
- Added tested platforms to the README.
- Fixed a panic condition in the
rx
example that occurred when the sample thread disconnected before the main thread requested a disconnection. - Fixed a bug where
read_bulk
would always return an error inrx
on some operating systems.
0.2.0 - 2021-05-09
- Added
impl std::error::Error for Error
. - Added
Copy, Clone, PartialEq, Eq
traits forError
. - Added
iq_to_cplx_i8
. - Added a threaded RX example.
- Changed the name of
iq_to_cplx
toiq_to_cplx_f32
.
0.1.0 - 2021-05-02
- Initial release