Skip to content

Commit 3546970

Browse files
committed
Add comment about fixedAltitude units
1 parent eca8175 commit 3546970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ struct Settings
676676

677677
// Base operation
678678
CoordinateInputType coordinateInputType = COORDINATE_INPUT_TYPE_DD; // Default DD.ddddddddd
679-
double fixedAltitude = 1560.089;
679+
double fixedAltitude = 1560.089; // m
680680
bool fixedBase = false; // Use survey-in by default
681681
bool fixedBaseCoordinateType = COORD_TYPE_ECEF;
682682
double fixedEcefX = -1280206.568;

0 commit comments

Comments
 (0)