Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@newAM newAM released this 08 May 18:23
· 58 commits to main since this release

Added

  • Added set_sleep_clock to GPIO ports to enable and disable clocks during sleep.
  • Added subghz::Timeout::saturating_add.
  • Added SubGhz.set_rtc_period and SubGhz.restart_rtc methods required to workaround an erratum with SubGhz.set_rx_duty_cycle.
  • Added SubGhz.new_no_reset and SubGhz.new_with_dma_no_reset to create a SubGhz without resetting the radio.

Changed

  • Changed minimum supported rust version from 1.57 to 1.60.

Fixed

  • Fixed a typo in the Exti::set_falling_trigger function name.
  • Fixed endianness in SubGhz.op_error.