[fix](trx-frontend-http): remove decommissioned NOAA 15/18/19 satellite presets

NOAA 15, 18, and 19 APT satellites are decommissioned. Remove them
from the satellite preset list and update the placeholder text.

https://claude.ai/code/session_01VFLAHs1UMzPso3GWSQP9wJ
Signed-off-by: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2026-04-01 07:47:42 +00:00
committed by Stan Grams
parent 06f7c43799
commit 07a10c0c3b
2 changed files with 1 additions and 7 deletions
-3
View File
@@ -155,9 +155,6 @@ NOAA, ISS, or amateur satellites requires looking up NORAD IDs externally.
weather satellites:
```
NOAA 15 (137.620 MHz APT) — 25338
NOAA 18 (137.9125 MHz APT) — 28654
NOAA 19 (137.100 MHz APT) — 33591
ISS (145.825 MHz APRS) — 25544
SO-50 (436.795 MHz FM) — 27607
```
@@ -1261,15 +1261,12 @@
<option value="">— custom —</option>
<option value="METEOR-M2 3|57166">Meteor-M2 3 (137.900 MHz LRPT)</option>
<option value="METEOR-M2-4|59051">Meteor-M2-4 (137.900 MHz LRPT)</option>
<option value="NOAA 15|25338">NOAA 15 (137.620 MHz APT)</option>
<option value="NOAA 18|28654">NOAA 18 (137.9125 MHz APT)</option>
<option value="NOAA 19|33591">NOAA 19 (137.100 MHz APT)</option>
<option value="ISS|25544">ISS (145.825 MHz APRS)</option>
<option value="SO-50|27607">SO-50 (436.795 MHz FM)</option>
</select>
</label>
<label class="bm-label">Satellite name
<input type="text" id="scheduler-sat-name" class="status-input" placeholder="e.g. NOAA 19" required />
<input type="text" id="scheduler-sat-name" class="status-input" placeholder="e.g. ISS" required />
</label>
<label class="bm-label">NORAD catalog number
<input type="number" id="scheduler-sat-norad" class="status-input" min="1" placeholder="e.g. 33591" required />