Skip to content

Releases: jgromes/RadioLib

Update 3.7.0

21 Jun 08:27
Compare
Choose a tag to compare

Common

  • Added support for RF switches

RFM9x

  • Added 0x12 as valid device ID

SX127x

  • Added getIRQ and modem status methods
  • Added tempertaure sensor support (by @gozu42)

Patch 3.6.2

18 May 07:23
Compare
Choose a tag to compare

Fixed an issue with platforms without SoftwareSerial support attempting to terminate UART interface for SPI modules (#146)

Patch 3.6.1

15 May 11:21
Compare
Choose a tag to compare

Fixed static memory management enabled by default.

Update 3.6.0

12 May 16:27
Compare
Choose a tag to compare

RF69

  • Replaced legacy RSSI member variable with getRSSI method
  • Extended pwoer configuration for high-power modules.

SX128x

  • Minor bugfixes

AFSK

  • Added AFSK support

General

  • Extended library build configuration

Update 3.5.0

14 Apr 10:07
Compare
Choose a tag to compare

Common

  • New platforms: Arduino Nano 33 BLE
  • New modules: Si443x, SX128x
  • New protocols: SSTV, Hellschreiber
  • Loads of typo fixes
  • Improved build configuration

Update 3.4.0

13 Mar 20:47
Compare
Choose a tag to compare

nRF24

  • Added carrier detection method (by @Guglio95)

SX127x

  • Fixed reset implementation for SX1272/73

Common

  • Only initializing default SPI interface

Patch 3.3.1

24 Feb 16:20
Compare
Choose a tag to compare

CC1101

  • Fixed incorrect PA configuration in OOK mode
  • Fixed setRxBandwidth (by @Guglio95)
  • Added carrier sense as sync word qualifer (by @Guglio95)

SX127x

  • Fixed OOK configuration (by @4m1g0)

Common

  • Removed redundant null terminators
  • Fixed interface termination

Update 3.3.0

14 Feb 08:12
Compare
Choose a tag to compare

SX127x

  • Fixed incorrect OOK data shaping on SX1272 (#110)

AX25

  • Added support for AX.25

Patch 3.2.3

06 Feb 13:09
Compare
Choose a tag to compare

SX126x

  • Fixed incorrect SNR calculation for SNR less than 0

Patch 3.2.2

02 Feb 11:15
Compare
Choose a tag to compare

SX126x

  • Fixed incorrect handling of errata fix 15.3

Common

  • Reset pin is no longer switched to High-Z at the end of reset procedure (by @naggie)