Releases: jgromes/RadioLib
Releases · jgromes/RadioLib
Patch 2.0.1
CC1101
- Fixed incorrect minimum sync word length (by @Guglio95)
SX126x
- Fixed CRC check on receive (by @BarryPSmith)
- Fixed setFrequencyRaw and setTCXO ignoring module status
Common
- Added check for -1 as "unused pin" value
Release 2.0.0
Incompatibility warning
This release introduces backwards-incompatible changes to the public API!
SX127x
- Added fixed FSK packet length support
SX126x
- Added fixed FSK packet length support
- Removed DIO2
- Fixed TCXO not initializing on some modules
nRF24
- Added 2-byte address support, CRC filtering and auto-ack configuration (by @Guglio95)
Common
- Added support for new platforms (nRF52, megAVR, etc.)
- Added godmode
- Optimized Flash usage when not using RadioShield
Update 1.8.0
SX127x
- Sync with LoRaLib 8.2.0
CC1101
- Added option to use fixed packet length (by @phretor)
- Added promiscous mode (by @phretor)
- Added preamble length configuration (by @Guglio95)
RF69
SX126x
- Fixed PA config (by @BarryPSmith)
- Optimized memory management (by @BarryPSmith)
And various bugfixes to examples.
Update 1.7.0
Common
- Added option to only use static allocations
- Fixed macro warnings
- Added verbose debug macro
SX126x
- Added method to set whitening (by @mmrein)
- Added module presence check
- Fixed bug in receive interrupt example
nRF24
- Fixed fallthrough bug
Update 1.6.1
SX126x
- Added option to set sync word length in bits (by @mmrein)
- Fixed waiting for BUSY pin in sleep mode (found by @beegee-tokyo)
CC1101, RF69, SX127x and SX126x
- Fixed interrupt-driven transmit example
Update 1.5.0
New features
- STM32 support (by @mmrein)
- SAMD support (by @beegee-tokyo and @Pablo2048)
Update 1.4.0
New features
- Added ESP32 support (by @beegee-tokyo)
Bugfixes
- Fixed dynamic memory issues with ESP8266 and HTTP
Update 1.3.0
New features
Added support for ESP8266 platform
Patch 1.2.2
Bugfixes
- [HTTP] Fixed memory leak
- [RTTY] Fixed ITA2 encoding
Patch 1.2.1
SX126x
- Added chip presence check (via BUSY timeout)
- Fixed buffer overflow (redundant null terminator)
- Added OCP config reset
SX127x
- Sync with LoRaLib 8.1.1