[3.3.0] change the logic of autopilot
This commit is contained in:
@@ -116,8 +116,8 @@ object CallerAutoPilotStatusListenerManager : CallerBase<IMoGoAutopilotStatusLis
|
||||
}
|
||||
|
||||
fun updateAutoPilotStatus(autopilotState: Int, autopilotMode: Int) {
|
||||
this.autopilotState = autopilotState
|
||||
mAutopilotStatusInfo.state = autopilotState
|
||||
this.autopilotState = autopilotState
|
||||
mAutopilotStatusInfo.pilotmode = autopilotMode
|
||||
invokeAutoPilotStatus()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user