更新
This commit is contained in:
@@ -541,7 +541,7 @@ void database_server(Global *g) {
|
||||
ret = db->base_station.to_Json();
|
||||
auto target_height =
|
||||
g->mode_acs.adsb_theoretical_target_altitude_meters.load();
|
||||
auto range = BaseStation::theoretical_detection_range_meters(db->alt,
|
||||
auto range = Base_Station::theoretical_detection_range_meters(db->alt,
|
||||
target_height);
|
||||
ret.append({"latitude", db->lat});
|
||||
ret.append({"longitude", db->lon});
|
||||
|
||||
Reference in New Issue
Block a user