refactor(sat): one satellite list, and out of Hardware
Settings ▸ Lists ▸ Satellites is gone. It was a text box an operator typed their birds into by hand, and it had nothing to do with the satellites the tracker knew: the same station kept two lists of the same satellites and they drifted apart. The SAT_NAME box on the entry form now offers the followed set — or every satellite with a frequency plan when none is followed — merged with whatever that old list still holds, read and never written, because what it holds is somebody's past work. And the satellite section moved out of Hardware, which it never was. Which birds you chase, where your antenna stands and how old your elements are is operating; the rotator inside it is the only hardware there, and one block does not make a section a device.
This commit is contained in:
@@ -1126,6 +1126,10 @@ export function GetSatelliteGroundTrack(arg1, arg2) {
|
||||
return window['go']['main']['App']['GetSatelliteGroundTrack'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function GetSatelliteNames() {
|
||||
return window['go']['main']['App']['GetSatelliteNames']();
|
||||
}
|
||||
|
||||
export function GetSatelliteNextPass(arg1) {
|
||||
return window['go']['main']['App']['GetSatelliteNextPass'](arg1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user