From 0a6effccaea401e6d0df958245d9382d89e05805 Mon Sep 17 00:00:00 2001 From: Smittix Date: Thu, 29 Jan 2026 12:51:28 +0000 Subject: [PATCH] fix: Pass bias-T setting to ADS-B and AIS dashboards The bias-T checkbox on the main dashboard was not being passed to the ADS-B and AIS tracking start requests. Added getBiasTEnabled() helper to each dashboard that reads from shared localStorage, and updated all start request bodies to include bias_t parameter. Co-Authored-By: Claude Opus 4.5 --- templates/adsb_dashboard.html | 12 ++++++++++-- templates/adsb_history.html | 7 ++++++- templates/ais_dashboard.html | 11 ++++++++--- templates/partials/modes/ais.html | 2 +- 4 files changed, 25 insertions(+), 7 deletions(-) diff --git a/templates/adsb_dashboard.html b/templates/adsb_dashboard.html index 920d1e9..2cd93bb 100644 --- a/templates/adsb_dashboard.html +++ b/templates/adsb_dashboard.html @@ -316,6 +316,13 @@