We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed20894 commit 730239eCopy full SHA for 730239e
src/aceinna/devices/openrtk/uart_provider.py
@@ -133,7 +133,7 @@ def after_setup(self):
133
break
134
#print('user_port {0} {1}'.format(user_port_num, port_name))
135
debug_port = port_name + str(int(user_port_num) + 2)
136
- rtcm_port = port_name + str(int(user_port_num) + 3)
+ rtcm_port = port_name + str(int(user_port_num) + 1)
137
138
self.debug_serial_port = serial.Serial(debug_port, '460800', timeout=0.005)
139
self.rtcm_serial_port = serial.Serial(rtcm_port, '460800', timeout=0.005)
0 commit comments