From 8cf1b05042d5db75c63398227247aa2373d3a6f2 Mon Sep 17 00:00:00 2001 From: James Smith Date: Thu, 19 Mar 2026 21:49:09 +0000 Subject: [PATCH] fix(satellite): add METEOR-M2 to weather satellite handoff keys METEOR-M2 (NORAD 40069) is a weather satellite with LRPT downlink but was missing from WEATHER_SAT_KEYS, so no capture button appeared in the pass list. Adds it alongside M2-3 and M2-4. --- templates/satellite_dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/satellite_dashboard.html b/templates/satellite_dashboard.html index 9dc0be8..e186686 100644 --- a/templates/satellite_dashboard.html +++ b/templates/satellite_dashboard.html @@ -2151,7 +2151,7 @@ // Satellites that can be handed off to the weather-satellite capture mode const WEATHER_SAT_KEYS = new Set([ - 'METEOR-M2-3', 'METEOR-M2-4' + 'METEOR-M2', 'METEOR-M2-3', 'METEOR-M2-4' ]); function renderPassList() {