Merge branch 'smittix:main' into main

This commit is contained in:
Mitch Ross
2026-02-22 21:35:05 -05:00
committed by GitHub
7 changed files with 71 additions and 57 deletions
+2
View File
@@ -944,10 +944,12 @@ def stream_adsb():
@adsb_bp.route('/dashboard')
def adsb_dashboard():
"""Popout ADS-B dashboard."""
embedded = request.args.get('embedded', 'false') == 'true'
return render_template(
'adsb_dashboard.html',
shared_observer_location=SHARED_OBSERVER_LOCATION_ENABLED,
adsb_auto_start=ADSB_AUTO_START,
embedded=embedded,
)