Skip to content

Commit a676d5a

Browse files
committed
Add missing parenthesis.
1 parent 6c9e6aa commit a676d5a

File tree

1 file changed

+1
-1
lines changed
  • Firmware/RTK_Surveyor/AP-Config/src

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/AP-Config/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ function addGeodetic() {
11791179
}
11801180
}
11811181
if (index == recordsGeodetic.length)
1182-
recordsGeodetic.push(nicknameGeodetic.value + ' ' + fixedLat.value + ' ' + fixedLong.value + ' ' + fixedAltitude.value + ' ' + antennaHeight.value + ' ' + antennaReferencePoint.value;
1182+
recordsGeodetic.push(nicknameGeodetic.value + ' ' + fixedLat.value + ' ' + fixedLong.value + ' ' + fixedAltitude.value + ' ' + antennaHeight.value + ' ' + antennaReferencePoint.value);
11831183
}
11841184

11851185
updateGeodeticList();

0 commit comments

Comments
 (0)