Skip to content

Commit 730239e

Browse files
author
ymj-123
committed
fix: modify log rover rtcm from com4 to com2
1 parent ed20894 commit 730239e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aceinna/devices/openrtk/uart_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def after_setup(self):
133133
break
134134
#print('user_port {0} {1}'.format(user_port_num, port_name))
135135
debug_port = port_name + str(int(user_port_num) + 2)
136-
rtcm_port = port_name + str(int(user_port_num) + 3)
136+
rtcm_port = port_name + str(int(user_port_num) + 1)
137137

138138
self.debug_serial_port = serial.Serial(debug_port, '460800', timeout=0.005)
139139
self.rtcm_serial_port = serial.Serial(rtcm_port, '460800', timeout=0.005)

0 commit comments

Comments
 (0)