Skip to content

Commit

Permalink
Limit groundspeed in UI to 3m/s (#3362)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Feb 27, 2023
1 parent b2654be commit 7f3ba27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/failsafe.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<div class="helpicon cf_tip" i18n_title="failsafeGpsRescueItemMinDthHelp"></div>
</div>
<div class="number">
<label> <input type="number" name="gps_rescue_ground_speed" min="0.30" max="30.00" step="0.01"/> <span
<label> <input type="number" name="gps_rescue_ground_speed" min="3.00" max="30.00" step="0.01"/> <span
i18n="failsafeGpsRescueItemGroundSpeed"></span>
</label>
</div>
Expand Down

0 comments on commit 7f3ba27

Please sign in to comment.