This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
Releases: jgromes/LoRaLib
Releases · jgromes/LoRaLib
Update 8.2.0
Patch 8.1.2
Bugfixes
- Fixed TransmitInterrupt example
- Fixed uninitialized variable warning
Patch 8.1.1
Bugfixes
- Fixed incorrect SF comparison
Update 8.1.0
New features since the last release
- Added FSK preamble length configuration
Bugfixes
- Fixed memory leak (and crash) on some ESP32 boards (in cooperation with @kiseitai3)
- Fixed FSK shaping configuration
- Fixed SF6 reception
Update 8.0.6
Bugfixes
- Fixed incorrect symbol length calculation
Update 8.0.5
Loads of typo fixes and various fixes to examples.
Update 8.0.4
Internal updates only, mainly reduced code redundancy in transmit()
and receive()
methods.
Update 8.0.3
Bugfixes
- Fixed incorrect null-terminator for c-strings (jgromes/RadioLib#11)
Update 8.0.2
Bugfixes
- Fixed incorrect memory allocation size
- Fixed IRQ flags not clearing on CRC error (#70)
Update 8.0.1
Bugfixes
- CRITICAL Fixed incorrect register address when setting FSK sync word (found by @BigNerd95)