Skip to content

Releases: jgromes/RadioLib

Patch 3.3.1

24 Feb 16:20

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

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

Choose a tag to compare

SX126x

  • Fixed incorrect SNR calculation for SNR less than 0

Patch 3.2.2

02 Feb 11:15

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)

Patch 3.2.1

28 Jan 16:50

Choose a tag to compare

SX126x

  • Added regulator mode argument to begin methods to ensure compatiblity with all devices (by @naggie)

Update 3.2.0

28 Jan 11:49

Choose a tag to compare

SX126x

  • Added methods to change regulator mode (set to DC-DC by default)
  • Added method to read current OCP configuration
  • Fixed output power too high in some cases

Patch 3.1.2

21 Jan 17:17

Choose a tag to compare

SX126x

  • Added missing default packet mode in FSK
  • Added option to read data even after CRC error

Patch 3.1.1

19 Jan 13:47

Choose a tag to compare

SX126x

  • Added option to set sync word control bits
  • Added missing calls to yield

CC1101

  • Added missing calls to yield

Update 3.1.0

13 Jan 16:35

Choose a tag to compare

Common

  • Added method to clear interrupt actions
  • Added version, unused pin and assert macros

SX126x

  • Added sleep mode options
  • Improved reset procedure
  • Added support for implicit header (by @naggie)

Release 3.0.0

27 Dec 13:39

Choose a tag to compare

Incompatibility warning
This release introduces backwards-incompatible changes to the public API!

SX126x

  • Added receive with duty cycle (by @BarryPSmith in #84)
  • Set DIO2 as RF switch by default
  • Using 1-byte sync word

CC1101

  • Fixed setting Tx power according to frequency (by @Guglio95 in #88)
  • Various small fixes (by @Guglio95 in #90)
  • Implemented OOK mode (by @Guglio95 in #93)

Morse

Common

  • Reworked pin mapping and added support for resetting modules