Skip to content

Commit

Permalink
Merge pull request #3688 from pavelmachek/m_43_agps
Browse files Browse the repository at this point in the history
assistedgps: Fix combination of all systems
  • Loading branch information
gfwilliams authored Dec 9, 2024
2 parents b51b2af + d18278d commit fdffbf2
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 fdffbf2

Please sign in to comment.