mirror of
https://github.com/smittix/intercept.git
synced 2026-07-21 07:48:11 -07:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user