Skip to content

Commit

Permalink
Fix as a result of rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertbenbrook-aa authored and meee1 committed Aug 8, 2023
1 parent 548dd34 commit 499ea81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/OpenDroneID2/OpenDroneID_UI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ private void checkGCSGPS()
gotolocation.Alt = _gps_data.Alt;

if (_host != null)
_host.comPort.MAV.cs.MovingBase = gotolocation;
_host.comPort.MAV.cs.Base = gotolocation;

myDID.operator_latitude = _gps_data.Lat;
myDID.operator_longitude = _gps_data.Lng;
Expand Down

0 comments on commit 499ea81

Please sign in to comment.