How to determine if the drone is connected in MSDK5?
已完成I 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)
}
请先登录再写评论。
评论
2 条评论