How to determine if the drone is connected in MSDK5?
CompletedI can detect when the controller is powered on, but I need to be able determine whether the drone is powered on and connected to the controller.
I've tried the AirLinkKey.KeyConnection shown below, but I get true returned without turning on the drone. I'm not sure the correct way to do it. Thanks.
AirLinkKey.KeyConnection.create().listen(this) {
LogsHelper.log("AirLink KeyConnection: $it", false, Log.INFO)
}
Please sign in to leave a comment.
Comments
2 comments