We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ae381 commit 0eb7715Copy full SHA for 0eb7715
dronekit/__init__.py
@@ -3015,6 +3015,8 @@ def upload(self, timeout=None):
3015
3016
After the return from ``upload()`` any writes are guaranteed to have completed (or thrown an
3017
exception) and future reads will see their effects.
3018
+
3019
+ :param int timeout: The timeout for uploading the mission. No timeout if not provided or set to None.
3020
"""
3021
if self._vehicle._wpts_dirty:
3022
self._vehicle._master.waypoint_clear_all_send()
0 commit comments