You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Firmware/RTK_Surveyor/AP-Config/src/main.js
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1782,11 +1782,11 @@ function identifyInputType(userEntry) {
1782
1782
if(dashCount>3)return(CoordinateTypes.COORDINATE_INPUT_TYPE_INVALID_UNKNOWN);//Only 0, 1, 2, or 3 allowed. -105-11-05.1629 is valid.
1783
1783
if(lengthOfLeadingNumber>7)return(CoordinateTypes.COORDINATE_INPUT_TYPE_INVALID_UNKNOWN);//Only 7 or fewer. -1051105.188992 (DDDMMSS or DDMMSS) is valid
0 commit comments