Skip to content

Commit 0992746

Browse files
committed
Update menuPorts.ino
1 parent 314aa05 commit 0992746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/menuPorts.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ void menuPorts()
33
if (productVariant == RTK_SURVEYOR)
44
menuPortsSurveyor();
55
else if (productVariant == RTK_EXPRESS || productVariant == RTK_EXPRESS_PLUS || productVariant == RTK_FACET)
6-
menuPortsExpress();
6+
menuPortsMultiplexed();
77
}
88

99
//Set the baud rates for the radio and data ports

0 commit comments

Comments
 (0)