Skip to content

Commit

Permalink
core: serivces: ardupilot_manager: MAVLinkRouter: Enable tlog
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Apr 15, 2024
1 parent eb2c2f4 commit 53fb4f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def convert_endpoint(endpoint: Endpoint) -> str:
f"Master endpoint of type {master_endpoint.connection_type} not supported on MavlinkRouter."
)

return f"{self.binary()} {convert_endpoint(master_endpoint)} {endpoints} -l {self.logdir()}"
return f"{self.binary()} {convert_endpoint(master_endpoint)} {endpoints} -l {self.logdir()} -T {self.logdir()}"

@staticmethod
def name() -> str:
Expand Down

0 comments on commit 53fb4f9

Please sign in to comment.