Skip to content

Commit 6bee0c1

Browse files
committed
changed port number for test.py
1 parent 9889d65 commit 6bee0c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from mavctl.connect.conn import Connect
33
import time
44

5-
CONN_STR = "udp:127.0.0.1:14551"
5+
CONN_STR = "udp:127.0.0.1:14553"
66

77
connect = Connect(ip = CONN_STR)
88
drone = Navigator(connect.master)

0 commit comments

Comments
 (0)