Skip to content

Commit

Permalink
Changed default value to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
HermanG05 committed Aug 25, 2024
1 parent 68a7c38 commit 63367b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mavlink/modules/flight_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def upload_commands(self, commands: "list[dronekit.Command]", timeout: float = 3
Parameters
----------
commands: List of commands.
timeout: Seconds (default of 10.0 seconds).
timeout: Seconds (default of 30.0 seconds).
Returns
-------
Expand Down Expand Up @@ -263,7 +263,7 @@ def download_commands(self, timeout: float = 30.0) -> "tuple[bool, list[dronekit
Parameters
----------
timeout: Seconds (default of 10.0 seconds).
timeout: Seconds (default of 30.0 seconds).
Returns
-------
Expand Down

0 comments on commit 63367b1

Please sign in to comment.