Skip to content

Commit

Permalink
IMPROVEMENT: remove duplicated "udp:" string in example text
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Apr 25, 2024
1 parent 5867ad1 commit c4476e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def add_connection(self):
"Examples are:\n\nCOM4 (on windows)\n"
"/dev/serial/by-id/usb-xxx (on linux)\n"
"tcp:127.0.0.1:5761\n"
"udp:udp:127.0.0.1:14551")
"udp:127.0.0.1:14551")
if selected_connection:
logging_debug(f"Will add new connection: {selected_connection} if not duplicated")
self.flight_controller.add_connection(selected_connection)
Expand Down

0 comments on commit c4476e7

Please sign in to comment.