[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:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user