Skip to content

Commit

Permalink
assistedgps: Fix combination of all systems
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmachek committed Dec 8, 2024
1 parent 0669532 commit d18278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/assistedgps/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Assisted GPS</h2>
<input type="radio" name="gnss_select" value="6"><i class="form-icon"></i> BDS+GLONASS
</label>
<label class="form-radio">
<input type="radio" name="gnss_select" value="6"><i class="form-icon"></i> GPS+BDS+GLONASS
<input type="radio" name="gnss_select" value="7"><i class="form-icon"></i> GPS+BDS+GLONASS
</label>
</div>
</div>
Expand Down

0 comments on commit d18278d

Please sign in to comment.