|
1168 | 1168 | <p id="pointPerfectDeviceProfileTokenError" class="inlineError"></p>
|
1169 | 1169 | </div>
|
1170 | 1170 | </div>
|
| 1171 | + |
| 1172 | + <div class="form-check mt-3"> |
| 1173 | + <label class="form-check-label" for="requestKeyUpdate">Request Key Update </label> |
| 1174 | + <input class="form-check-input" type="checkbox" value="" id="requestKeyUpdate"> |
| 1175 | + <span class="tt" data-bs-placement="right" |
| 1176 | + title="When checked, the PointPerfect keys will be requested and updated at the next opportunity. Default: Disabled"> |
| 1177 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1178 | + </span> |
| 1179 | + </div> |
| 1180 | + |
| 1181 | + <div id="useAssistNowCheckbox"> |
| 1182 | + <div class="form-check mt-3"> |
| 1183 | + <label class="form-check-label" for="useAssistNow">AssistNow </label> |
| 1184 | + <input class="form-check-input" type="checkbox" value="" id="useAssistNow"> |
| 1185 | + <span class="tt" data-bs-placement="right" |
| 1186 | + title="When enabled, AssistNow MGA data will be requested to improve GNSS acquisition performance. Default: Disabled"> |
| 1187 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1188 | + </span> |
| 1189 | + </div> |
| 1190 | + </div> |
| 1191 | + |
| 1192 | + <div class="form-check mt-3"> |
| 1193 | + <label class="form-check-label" for="useLocalizedDistribution">Localized Distribution </label> |
| 1194 | + <input class="form-check-input" type="checkbox" value="" id="useLocalizedDistribution"> |
| 1195 | + <span class="tt" data-bs-placement="right" |
| 1196 | + title="When enabled, localized corrections for your location will be used instead of the continental corrections. Default: Disabled"> |
| 1197 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1198 | + </span> |
| 1199 | + </div> |
| 1200 | + |
| 1201 | + <div id="localizedDistributionTileLevelDropdown"> |
| 1202 | + <label for="localizedDistributionTileLevel">Localized Distribution Tile Level:</label> |
| 1203 | + <select name="localizedDistributionTileLevel" id="localizedDistributionTileLevel" class="form-dropdown mb-2"> |
| 1204 | + <option value="0">1000 x 1000km Sparse</option> |
| 1205 | + <option value="1">500 x 500km Sparse</option> |
| 1206 | + <option value="2">250 x 250km Sparse</option> |
| 1207 | + <option value="3">1000 x 1000km High Density</option> |
| 1208 | + <option value="4">500 x 500km High Density</option> |
| 1209 | + <option value="5">250 x 250km High Density</option> |
| 1210 | + </select> |
| 1211 | + <span class="tt" data-bs-placement="right" |
| 1212 | + title="Select the localized distribution tile level. High Density is recommended. Sparse may be deprecated. Default: 250 x 250km High Density"> |
| 1213 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1214 | + </span> |
| 1215 | + <br> |
| 1216 | + </div> |
| 1217 | + |
| 1218 | + |
1171 | 1219 | </div>
|
1172 | 1220 | </div>
|
1173 | 1221 | </div>
|
|
1309 | 1357 | <span class="icon-info-circle text-primary ms-2"></span>
|
1310 | 1358 | </span>
|
1311 | 1359 | </div>
|
1312 |
| - |
1313 |
| - <div class="form-check mt-3"> |
1314 |
| - <label class="form-check-label" for="enableGnssToUsbSerial">Enable GNSS output over |
1315 |
| - USB</label> |
1316 |
| - <input class="form-check-input" type="checkbox" value="" id="enableGnssToUsbSerial"> |
1317 |
| - <span class="tt" data-bs-placement="right" |
1318 |
| - title="Output GNSS serial data (ie, NMEA and RTCM) over the USB port instead of status messages. Default: False"> |
1319 |
| - <span class="icon-info-circle text-primary ms-2"></span> |
1320 |
| - </span> |
1321 |
| - </div> |
1322 | 1360 | </div>
|
1323 | 1361 |
|
1324 |
| - <!-- For devices that don't have an external port, present the USB output option only--> |
1325 |
| - <div id="noExternalPortOptions"> |
1326 |
| - <div class="form-check mt-3"> |
1327 |
| - <label class="form-check-label" for="enableGnssToUsbSerial">Enable GNSS output over |
1328 |
| - USB</label> |
1329 |
| - <input class="form-check-input" type="checkbox" value="" id="enableGnssToUsbSerial"> |
1330 |
| - <span class="tt" data-bs-placement="right" |
1331 |
| - title="Output GNSS serial data (ie, NMEA and RTCM) over the USB port instead of status messages. Default: False"> |
1332 |
| - <span class="icon-info-circle text-primary ms-2"></span> |
1333 |
| - </span> |
1334 |
| - </div> |
| 1362 | + <!-- Always show Enable GNSS output over USB --> |
| 1363 | + <div class="form-check mt-3"> |
| 1364 | + <label class="form-check-label" for="enableGnssToUsbSerial">Enable GNSS output over |
| 1365 | + USB</label> |
| 1366 | + <input class="form-check-input" type="checkbox" value="" id="enableGnssToUsbSerial"> |
| 1367 | + <span class="tt" data-bs-placement="right" |
| 1368 | + title="Output GNSS serial data (ie, NMEA and RTCM) over the USB port instead of status messages. Default: False"> |
| 1369 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1370 | + </span> |
1335 | 1371 | </div>
|
1336 | 1372 | </div>
|
1337 | 1373 | </div>
|
|
0 commit comments