[6.6.0] fit bailing func

This commit is contained in:
EmArrow
2024-08-29 21:37:51 +08:00
parent 5abf65298e
commit bf40e5db07
12 changed files with 42 additions and 53 deletions

View File

@@ -787,4 +787,9 @@ public class SweeperCloudTaskModel implements IMoGoSweeperFutianCloudTaskListene
public void onAutopilotTrajectoryDownloadReq(@NonNull AutopilotControlParameters.AutoPilotLine autoPilotLine, int downloadType) {
}
@Override
public void onAutopilotStatusResponseFromCan(int state) {
}
}

View File

@@ -464,4 +464,9 @@ public class SweeperOperatePresenter extends Presenter<SweeperOperateFragment>
@Override
public void onAutopilotTrajectoryDownloadReq(@NonNull AutopilotControlParameters.AutoPilotLine autoPilotLine, int downloadType) {
}
@Override
public void onAutopilotStatusResponseFromCan(int state) {
}
}