1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 16:25:19 +03:00
inav-configurator/wizard/gps.html
Pawel Spychalski (DzikuVx) 497d0aa674 Store bindings
2024-06-04 14:07:27 +02:00

14 lines
No EOL
684 B
HTML

<h2>GPS wizard</h2>
<p>
Configure GPS and port. If you unsure about serial port or protocol, click `Skip` to go to the next page.
You can change those settings later with the configurator UI. If no GPS installed, choose <b>None</b>.
</p>
<div>
<label for="wizard-gps-port">GPS Serial Port</label><select id="wizard-gps-port"></select>
</div>
<div style="display: none;" id="wizard-gps-baud-container">
<label for="wizard-gps-baud">GPS Baud Rate</label><select id="wizard-gps-baud"></select>
</div>
<div style="display: none;" id="wizard-gps-protocol-container">
<label for="wizard-gps-protocol">GPS Protocol</label><select id="wizard-gps-protocol"></select>
</div>