What's Changed
- Support for new radio modules: Added LR1121 and improvements for SX126x/SX1280, including explicit/implicit headers and IQ inversion.
- MQTT enhancements: MQTT client now includes reception timestamps, asynchronous RX queue, advanced credential management, and dynamic server configuration.
- Dependency updates: RadioLib updated (7.1.2, 7.2.1, 7.5.0, 7.6.0), espressif32@6.10.0, and ESP32-S3-USB support.
- TLE/Doppler management: New algorithms for TLE calculation and refresh, improved Doppler and frequency tracking.
- Asynchronous logging: FreeRTOS-based logging system, improved serial and MQTT logging.
- Display and configuration: Support for turning display on/off, configurable brightness, OTP storage and retrieval.
- Refactoring: Use of StaticJsonDocument, simplified interfaces and buffers.
- Bug fixes: Fixes for FSK CRC, interrupts, configuration, and overall robustness.
New Contributors
- @bertrik made their first contribution in #258
- @andypiper made their first contribution in #245
- @bjpetit made their first contribution in #284
- @Danucosukosuko made their first contribution in #291
- @killerdevildog made their first contribution in #306
Full Changelog: 2403241...2603242