Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GPS serial configuration note #2102

Merged
merged 1 commit into from
Jun 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions locale/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1184,9 +1184,6 @@
"configurationGPSubxSbas": {
"message": "Ground Assistance Type"
},
"configurationGPSHelp": {
"message": "<strong>Note:</strong> Remember to configure a Serial Port (via Ports tab) when using GPS feature."
},
"receiverType": {
"message": "Receiver type"
},
Expand Down
6 changes: 0 additions & 6 deletions tabs/gps.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
<div class="spacer_box_title" data-i18n="configurationGPS"></div>
</div>
<div class="spacer_box">
<div class="note">
<div class="note_spacer">
<p data-i18n="configurationGPSHelp"></p>
</div>
</div>

<div class="checkbox">
<input type="checkbox" data-bit="7" class="feature toggle" name="GPS" title="GPS" id="feature-7">
<label for="feature-7"><span data-i18n="featureGPS"></span></label>
Expand Down
Loading