Skip to content

1.3.0

Latest

Choose a tag to compare

@mfurga mfurga released this 09 Jun 20:50
· 5 commits to main since this release

[1.3.0] - 2026-06-09

Added

  • STATUS_TIMEOUT status code, returned by receive() and transmit() on timeout.

Fixed

  • receive() and transmit() no longer hang, and handle the RX/TX FIFO as the errata (SWRZ020E) requires.
  • getRSSI() returned wrong values for raw readings of 128 or more.
  • Frequency deviation, channel spacing and RX bandwidth ranges are now validated correctly.
  • OOK/ASK reception uses the AGC settings from DN022; the FSK defaults are not optimal for OOK.
  • Avoid a digitalRead() warning on ESP32 with a custom MISO pin.