Skip to content

Commit a4d2264

Browse files
committed
Update Form.ino
1 parent 1675bb4 commit a4d2264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firmware/RTK_Surveyor/Form.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,7 @@ void updateSettingWithValue(const char *settingName, const char *settingValueStr
11631163
else if (strcmp(settingName, "fixedLongText") == 0)
11641164
{
11651165
// Lat defines the settings.coordinateInputType. Don't update it here
1166+
// TODO: We need to check that the lat and long types are the same... But where...?
11661167
double newCoordinate = 0.0;
11671168
if (coordinateIdentifyInputType((char *)settingValueStr, &newCoordinate) ==
11681169
COORDINATE_INPUT_TYPE_INVALID_UNKNOWN)

0 commit comments

Comments
 (0)