Change log and commit attribution
- [SX128x] Add finishRanging method (#1605)
- [SX128x] Add getRangingResultRaw method (#1605)
- [SX1280] Add device type check based on register version string
- [SX126x] Fix incorrect bit rate range check (#1636)
- [Utils] Add generic (de)scrambler function
- Add support for Arduino Uno Q (Zephyr) (by @StevenCellist)
- [SX127x] Enable automatic LDRO by default (#1638)
- [SX128x] Fix packet length mode not configurable on FLRC (#1644)
- [SX1280] Use only raw ranging results until we figure out the filter
- [CC1101] Increase MARCSTATE timeout in Tx to 1600 us (#1647)
- [HAL] Fix falling interrupts not reported in RPi HAL
- [CC1101] Reset GDO pins to high-Z state as part of Tx/Rx cleanup (#1647)
- [SX128x] Fix receive timeout parameter docs (by @jrpear)
- [SX126x] Autocorrect TCXO selected instead of XTAL
- [HAL] Add a destructor method to RadioLibHal (#1661) (by @Vinx911)
- [HAL] Rework RPi Pico interrupts (#1667) (#1669)
- [LoRaWAN] Fix setting DataRate and TxPower before join (by @StevenCellist)
- [Pager] Fix receive example implying SX126x can be used (#1672)
- [SX126x] Add optimized PA configuration table for SX1262 and SX1268 (#1662)
What's Changed
- Add support for Arduino Uno Q (#1640) by @StevenCellist in #1642
- Fix
receivetimeoutparameter docs by @jrpear in #1653 - Add a destructor function to RadioLibHal by @Vinx911 in #1661
- [HAL] Rework RPi Pico interrupts (#1667) by @jgromes in #1669
- [CI] Fix ESP-IDF CI by @jgromes in #1670
- [SX126x] Add optimized PA configuration table for SX1262 and SX1268 by @jgromes in #1662
New Contributors
Full Changelog: 7.4.0...7.5.0