Releases: jgromes/RadioLib
Releases · jgromes/RadioLib
Patch 3.6.1
Fixed static memory management enabled by default.
Update 3.6.0
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
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
nRF24
- Added carrier detection method (by @Guglio95)
SX127x
- Fixed reset implementation for SX1272/73
Common
- Only initializing default SPI interface
Patch 3.3.1
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
Patch 3.2.3
SX126x
- Fixed incorrect SNR calculation for SNR less than 0
Patch 3.2.2
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
SX126x
- Added regulator mode argument to begin methods to ensure compatiblity with all devices (by @naggie)
Update 3.2.0
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