Meshtastic plugins
Thanks to @coloboxp and AI with adjustment and fixes also with the help of AI (Copilot) we now have a pair of Rx and Tx channel plugins to support Meshtastic. See
- Rx: https://github.com/f4exb/sdrangel/blob/master/plugins/channelrx/demodmeshtastic/readme.md
- Tx: https://github.com/f4exb/sdrangel/blob/master/plugins/channeltx/modmeshtastic/readme.md
Spectrum display enhancements
More spectrum features thanks to @srcejon
FT4 support
The FT8 demodulator plugin now also supports FT4
Voice Activity Detection for the Frequency Scanner
The Frequency Scanner supports Voice Activity Detection in LSB and USB modes to automatically detect SSB voice activity on a given frequency.
Non exhaustive list of changes
What's Changed
- Fix waterfall misalignment with spectrum display by @Copilot in #2647
- Fix package rebuild in pbuilder by @tataranovich in #2650
- Voice Activity detection for Frequency Scanner in SSB modes by @f4exb in #2651
- NAVTEX: Flush CSV after each message by @rhbvkleef in #2657
- NCO: Fix negative phase increments on ARM CPUs. by @srcejon in #2662
- Replace the x86_64-only arch lib lookup with a multi-arch one adding ARM64 by @FlUxIuS in #2666
- Add support for modern RS41 radiosonde by @ReDetection in #2674
- Meshtastic: dedicated RX/TX plugins, multi-preset LoRa pipelines, and supporting integration updates by @coloboxp in #2668
- Support FT4 in FT8 demod by @f4exb in #2677
- Add support for building on FreeBSD by @trombonehero in #2680
- Spectrum enhancements by @srcejon in #2682
- A few small bug fixes by @srcejon in #2684
- Meshtastic plugins fixes and adjustments by @f4exb in #2685
New Contributors
- @Copilot made their first contribution in #2647
- @tataranovich made their first contribution in #2650
- @rhbvkleef made their first contribution in #2657
- @FlUxIuS made their first contribution in #2666
- @ReDetection made their first contribution in #2674
- @coloboxp made their first contribution in #2668
- @trombonehero made their first contribution in #2680
Full Changelog: v7.23.2...v7.24.0