Skip to content

Releases: newAM/hackrfone

Version 0.4.0

03 Jan 17:51

Choose a tag to compare

Changed

Version 0.3.0

01 Jul 15:38

Choose a tag to compare

Changed

  • Changed the edition from 2018 to 2024.
  • Updated rusb from 0.8 to 0.9.

Version 0.2.3

13 Jul 01:53

Choose a tag to compare

Fixed

  • Fixed all gain settings swapping wValue with wIndex.

Version 0.2.2

11 Jul 04:57

Choose a tag to compare

Fixed

  • Fixed set_lna_gain setting the VGA gain instead of the LNA gain.

Version 0.2.1

06 Jul 23:32

Choose a tag to compare

Added

  • Added tested platforms to the README.

Fixed

  • 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 in rx on some
    operating systems.

Version 0.2.0

10 May 01:32

Choose a tag to compare

Added

  • Added impl std::error::Error for Error.
  • Added Copy, Clone, PartialEq, Eq traits for Error.
  • Added iq_to_cplx_i8.
  • Added a threaded RX example.

Changed

  • Changed the name of iq_to_cplx to iq_to_cplx_f32.

Version 0.1.0

02 May 16:21

Choose a tag to compare

Initial release.