mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Fix issue #363: max failsafe_delay should be 200
Update max value in html file
This commit is contained in:
parent
81a49d48b2
commit
b4da6e6ab1
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
<div class="helpicon cf_tip" i18n_title="failsafeKillSwitchHelp"></div>
|
||||
</div>
|
||||
<div class="number stage2">
|
||||
<label> <input type="number" name="failsafe_delay" min="0" max="2000" /> <span
|
||||
<label> <input type="number" name="failsafe_delay" min="0" max="200" /> <span
|
||||
i18n="failsafeDelayItem"></span>
|
||||
</label>
|
||||
<div class="helpicon cf_tip" i18n_title="failsafeDelayHelp"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue