Merge pull request #3688 from pavelmachek/m_43_agps

assistedgps: Fix combination of all systems
pull/3691/head
Gordon Williams 2024-12-09 16:46:55 +00:00 committed by GitHub
commit fdffbf2933
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<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>