v2.26.9: add rtl_biast fallback for ADS-B bias-t on Blog V4 (#195)

When dump1090 lacks native --enable-biast support, the system now falls
back to rtl_biast (RTL-SDR Blog drivers) to enable bias-t power before
starting dump1090. The Blog V4's built-in LNA requires bias-t to
receive ADS-B signals.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-03-14 18:05:15 +00:00
parent 8aeb52380e
commit 9a9b1e9856
4 changed files with 52 additions and 6 deletions
+8 -1
View File
@@ -7,10 +7,17 @@ import os
import sys
# Application version
VERSION = "2.26.8"
VERSION = "2.26.9"
# Changelog - latest release notes (shown on welcome screen)
CHANGELOG = [
{
"version": "2.26.9",
"date": "March 2026",
"highlights": [
"ADS-B bias-t fallback via rtl_biast for Blog V4 when dump1090 lacks native support",
]
},
{
"version": "2.26.8",
"date": "March 2026",