Merge remote-tracking branch 'upstream/testing' into testing

pull/696/head
Mark Jessop 2022-11-04 16:51:21 +10:30
commit 4cbd8299bd
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -666,7 +666,11 @@
var _look_angles = calculate_lookangles(_station, _bal);
sonde_id_data.azimuth = _look_angles.azimuth.toFixed(1);
if (_look_angles.elevation >= 10){
sonde_id_data.elevation = _look_angles.elevation.toFixed(1);
}else{
sonde_id_data.elevation = _look_angles.elevation.toFixed(2);
}
sonde_id_data.range = (_look_angles.range/1000).toFixed(1);
} else{
// Insert blank data.