|
1348 | 1348 | <span class="icon-info-circle text-primary ms-2"></span> |
1349 | 1349 | </span> |
1350 | 1350 | </div> |
1351 | | - |
1352 | | - <div class="form-check mt-3"> |
1353 | | - <label class="form-check-label" for="enableGnssToUsbSerial">Enable GNSS output over |
1354 | | - USB</label> |
1355 | | - <input class="form-check-input" type="checkbox" value="" id="enableGnssToUsbSerial"> |
1356 | | - <span class="tt" data-bs-placement="right" |
1357 | | - title="Output GNSS serial data (ie, NMEA and RTCM) over the USB port instead of status messages. Default: False"> |
1358 | | - <span class="icon-info-circle text-primary ms-2"></span> |
1359 | | - </span> |
1360 | | - </div> |
1361 | 1351 | </div> |
1362 | 1352 |
|
1363 | | - <!-- For devices that don't have an external port, present the USB output option only--> |
1364 | | - <div id="noExternalPortOptions"> |
1365 | | - <div class="form-check mt-3"> |
1366 | | - <label class="form-check-label" for="enableGnssToUsbSerial">Enable GNSS output over |
1367 | | - USB</label> |
1368 | | - <input class="form-check-input" type="checkbox" value="" id="enableGnssToUsbSerial"> |
1369 | | - <span class="tt" data-bs-placement="right" |
1370 | | - title="Output GNSS serial data (ie, NMEA and RTCM) over the USB port instead of status messages. Default: False"> |
1371 | | - <span class="icon-info-circle text-primary ms-2"></span> |
1372 | | - </span> |
1373 | | - </div> |
| 1353 | + <!-- Always show Enable GNSS output over USB --> |
| 1354 | + <div class="form-check mt-3"> |
| 1355 | + <label class="form-check-label" for="enableGnssToUsbSerial">Enable GNSS output over |
| 1356 | + USB</label> |
| 1357 | + <input class="form-check-input" type="checkbox" value="" id="enableGnssToUsbSerial"> |
| 1358 | + <span class="tt" data-bs-placement="right" |
| 1359 | + title="Output GNSS serial data (ie, NMEA and RTCM) over the USB port instead of status messages. Default: False"> |
| 1360 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1361 | + </span> |
1374 | 1362 | </div> |
1375 | 1363 | </div> |
1376 | 1364 | </div> |
|
0 commit comments