Skip to content

Commit

Permalink
Update failsafe.html
Browse files Browse the repository at this point in the history
fix for gps_rescue_descent_dist according to cli command
```# get gps_rescue_descent_dist
gps_rescue_descent_dist = 20
Allowed range: 10 - 500
```
  • Loading branch information
iamoverit authored Aug 10, 2023
1 parent 55fabf2 commit e81780f
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 @@ -129,7 +129,7 @@
</label>
</div>
<div class="number">
<label> <input type="number" name="gps_rescue_descent_distance" min="30" max="500" /> <span
<label> <input type="number" name="gps_rescue_descent_distance" min="10" max="500" /> <span
i18n="failsafeGpsRescueItemDescentDistance"></span>
</label>
</div>
Expand Down

0 comments on commit e81780f

Please sign in to comment.