Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed May 28, 2020
1 parent eaef6d8 commit f3fa2f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MAVProxy/modules/lib/mission_item_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,10 @@ def send_wp_requests(self, wps=None):
# print("REQUESTING %u/%u (%u)" % (seq,
# self.wploader.expected_count, i))
self.wp_requested[seq] = tnow
if self.master.mavlink20():
if self.settings.wp_use_mission_int:
# do inty styuff
# else
self.master.mav.mission_request_send(
self.target_system,
self.target_component,
Expand Down

0 comments on commit f3fa2f4

Please sign in to comment.