kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Merge remote-tracking branch 'upstream/testing' into testing
commit
4cbd8299bd
|
|
@ -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.
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue