Align Meteor tracking defaults

This commit is contained in:
James Smith
2026-03-18 22:28:04 +00:00
parent 38a10cb0de
commit 6dc0936d6d
4 changed files with 38 additions and 27 deletions

View File

@@ -11628,7 +11628,8 @@
if (trackedSatellites.length === 0) {
trackedSatellites = [
{ id: 'ISS', name: 'ISS (ZARYA)', norad: '25544', builtin: true, checked: true },
{ id: 'METEOR-M2', name: 'Meteor-M 2', norad: '40069', builtin: true, checked: true }
{ id: 'METEOR-M2-3', name: 'Meteor-M2-3', norad: '57166', builtin: true, checked: true },
{ id: 'METEOR-M2-4', name: 'Meteor-M2-4', norad: '59051', builtin: true, checked: true }
];
renderSatelliteList();
}