-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2112 from iNavFlight/wizard-gps-step
Wizard GPS step
- Loading branch information
Showing
5 changed files
with
119 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
<h2>GPS wizard</h2> | ||
<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> |