Skip to content

Commit 1383e6e

Browse files
authored
Fix wrong survey-in time limit in help text
Reference station doesn't accept values above 600 seconds for survey-in while the help text suggests values up to and including 900 seconds are acceptable.
1 parent 65f459f commit 1383e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/AP-Config/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
<input type="radio" id="baseTypeSurveyIn" name="baseType" class="form-radio" checked>
489489
<label for="baseTypeSurveyIn">Survey-In</label>
490490
<span class="tt" data-bs-placement="right"
491-
title="If the precise location of a base station is not known it may be obtained by ‘surveying’ the location. The base is fixed in one place and takes approximately 60 seconds worth of readings to obtain a best fit location based on the measurements. This method achieves ~30cm accurate position but can vary. Increasing the Minimum Observation Time and/or Required Mean Deviation will increase accuracy but only to a point. Better accuracy is achieved with long-term logging and post processing. Default: 60s and 5.0m. Limits: 60 to 900s, 1.0 to 5.0m.">
491+
title="If the precise location of a base station is not known it may be obtained by ‘surveying’ the location. The base is fixed in one place and takes approximately 60 seconds worth of readings to obtain a best fit location based on the measurements. This method achieves ~30cm accurate position but can vary. Increasing the Minimum Observation Time and/or Required Mean Deviation will increase accuracy but only to a point. Better accuracy is achieved with long-term logging and post processing. Default: 60s and 5.0m. Limits: 60 to 600s, 1.0 to 5.0m.">
492492
<span class="icon-info-circle text-primary ms-2"></span>
493493
</span>
494494
</div>

0 commit comments

Comments
 (0)