Skip to content

Commit 34f2ce3

Browse files
committed
Changed default value to 30
1 parent d2b3c5d commit 34f2ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mavlink/modules/flight_controller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def upload_commands(self, commands: "list[dronekit.Command]", timeout: float = 3
121121
Parameters
122122
----------
123123
commands: List of commands.
124-
timeout: Seconds (default of 10.0 seconds).
124+
timeout: Seconds (default of 30.0 seconds).
125125
126126
Returns
127127
-------
@@ -263,7 +263,7 @@ def download_commands(self, timeout: float = 30.0) -> "tuple[bool, list[dronekit
263263
264264
Parameters
265265
----------
266-
timeout: Seconds (default of 10.0 seconds).
266+
timeout: Seconds (default of 30.0 seconds).
267267
268268
Returns
269269
-------

0 commit comments

Comments
 (0)