mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Fix min limit of gps_rescue_min_sats to 5 (#1480)
Fix min limit of gps_rescue_min_sats to 5
This commit is contained in:
commit
5694ac62a8
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@
|
|||
</label>
|
||||
</div>
|
||||
<div class="number">
|
||||
<label> <input type="number" name="gps_rescue_min_sats" min="0" max="50" /> <span
|
||||
<label> <input type="number" name="gps_rescue_min_sats" min="5" max="50" /> <span
|
||||
i18n="failsafeGpsRescueItemMinSats"></span>
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue