Skip to content

Commit

Permalink
Merge pull request #344 from mavlink/update-proto
Browse files Browse the repository at this point in the history
Updated proto to match release
  • Loading branch information
julianoes authored May 4, 2021
2 parents 1aeb571 + caf5398 commit 1c60c38
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 26 deletions.
2 changes: 1 addition & 1 deletion mavsdk/mission.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ class MissionProgress:
Parameters
----------
current : int32_t
Current mission item index (0-based)
Current mission item index (0-based), if equal to total, the mission is finished
total : int32_t
Total number of mission items
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/mission_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MissionProgress:
Parameters
----------
current : int32_t
Current mission item index (0-based)
Current mission item index (0-based), if equal to total, the mission is finished
total : int32_t
Total number of mission items
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/transponder.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ async def transponder(self):
Yields
-------
transponder : AdsbVehicle
The next detection
The next detection
"""
Expand Down
42 changes: 20 additions & 22 deletions mavsdk/transponder_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto
Submodule proto updated from 92a237 to 65d112

0 comments on commit 1c60c38

Please sign in to comment.