mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
Group battery and current settings together. Move GPS configuration to
the bottom. Move failsafe thottle to failsafe section.
This commit is contained in:
parent
f5ba166c15
commit
7a64a39f25
1 changed files with 83 additions and 85 deletions
|
@ -44,12 +44,6 @@
|
||||||
<span i18n="configurationThrottleMaximum"></span>
|
<span i18n="configurationThrottleMaximum"></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="number">
|
|
||||||
<label>
|
|
||||||
<input type="number" name="failsafe_throttle" min="0" max="2000" />
|
|
||||||
<span i18n="configurationThrottleFailsafe"></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="number">
|
<div class="number">
|
||||||
<label>
|
<label>
|
||||||
<input type="number" name="mincommand" min="0" max="2000" />
|
<input type="number" name="mincommand" min="0" max="2000" />
|
||||||
|
@ -141,9 +135,90 @@
|
||||||
<!-- table generated here -->
|
<!-- table generated here -->
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<div class="number">
|
||||||
|
<label>
|
||||||
|
<input type="number" name="failsafe_throttle" min="0" max="2000" />
|
||||||
|
<span i18n="configurationThrottleFailsafe"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="rightWrapper gps">
|
<div class="rightWrapper current voltage">
|
||||||
|
<div class="groupTitle" i18n="configurationBatteryVoltage"></div>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th i18n="configurationFeatureEnabled"></th>
|
||||||
|
<th i18n="configurationFeatureName"></th>
|
||||||
|
<th i18n="configurationFeatureDescription"></th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody class="features batteryVoltage">
|
||||||
|
<!-- table generated here -->
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<div class="number">
|
||||||
|
<label>
|
||||||
|
<input type="number" name="mincellvoltage" step="0.1" min="1" max="5" />
|
||||||
|
<span i18n="configurationBatteryMinimum"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="number">
|
||||||
|
<label>
|
||||||
|
<input type="number" name="maxcellvoltage" step="0.1" min="1" max="5" />
|
||||||
|
<span i18n="configurationBatteryMaximum"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="number">
|
||||||
|
<label>
|
||||||
|
<input type="number" name="warningcellvoltage" step="0.1" min="1" max="5" />
|
||||||
|
<span i18n="configurationBatteryWarning"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="number">
|
||||||
|
<label>
|
||||||
|
<input type="number" name="voltagescale" step="1" min="10" max="200" />
|
||||||
|
<span i18n="configurationBatteryScale"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="groupTitle" i18n="configurationCurrent"></div>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th i18n="configurationFeatureEnabled"></th>
|
||||||
|
<th i18n="configurationFeatureName"></th>
|
||||||
|
<th i18n="configurationFeatureDescription"></th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody class="features batteryCurrent">
|
||||||
|
<!-- table generated here -->
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<div class="number">
|
||||||
|
<label>
|
||||||
|
<input type="number" name="currentscale" step="1" min="1" max="1000" />
|
||||||
|
<span i18n="configurationCurrentScale"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="number">
|
||||||
|
<label>
|
||||||
|
<input type="number" name="currentoffset" step="1" min="1" max="1000" />
|
||||||
|
<span i18n="configurationCurrentOffset"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="checkbox">
|
||||||
|
<label>
|
||||||
|
<div>
|
||||||
|
<input type="checkbox" name="multiwiicurrentoutput" />
|
||||||
|
</div>
|
||||||
|
<span i18n="configurationBatteryMultiwiiCurrent"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="clear-both"></div>
|
||||||
|
<div class="leftWrapper gps">
|
||||||
<div class="groupTitle" i18n="configurationGPS"></div>
|
<div class="groupTitle" i18n="configurationGPS"></div>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -183,84 +258,7 @@
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear-both"></div>
|
<div class="rightWrapper">
|
||||||
<div class="leftWrapper">
|
|
||||||
<div class="groupTitle" i18n="configurationBatteryVoltage"></div>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th i18n="configurationFeatureEnabled"></th>
|
|
||||||
<th i18n="configurationFeatureName"></th>
|
|
||||||
<th i18n="configurationFeatureDescription"></th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody class="features batteryVoltage">
|
|
||||||
<!-- table generated here -->
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<div class="number">
|
|
||||||
<label>
|
|
||||||
<input type="number" name="mincellvoltage" step="0.1" min="1" max="5" />
|
|
||||||
<span i18n="configurationBatteryMinimum"></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="number">
|
|
||||||
<label>
|
|
||||||
<input type="number" name="maxcellvoltage" step="0.1" min="1" max="5" />
|
|
||||||
<span i18n="configurationBatteryMaximum"></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="number">
|
|
||||||
<label>
|
|
||||||
<input type="number" name="warningcellvoltage" step="0.1" min="1" max="5" />
|
|
||||||
<span i18n="configurationBatteryWarning"></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="number">
|
|
||||||
<label>
|
|
||||||
<input type="number" name="voltagescale" step="1" min="10" max="200" />
|
|
||||||
<span i18n="configurationBatteryScale"></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="rightWrapper current">
|
|
||||||
<div class="groupTitle" i18n="configurationCurrent"></div>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th i18n="configurationFeatureEnabled"></th>
|
|
||||||
<th i18n="configurationFeatureName"></th>
|
|
||||||
<th i18n="configurationFeatureDescription"></th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody class="features batteryCurrent">
|
|
||||||
<!-- table generated here -->
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<div class="number">
|
|
||||||
<label>
|
|
||||||
<input type="number" name="currentscale" step="1" min="1" max="1000" />
|
|
||||||
<span i18n="configurationCurrentScale"></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="number">
|
|
||||||
<label>
|
|
||||||
<input type="number" name="currentoffset" step="1" min="1" max="1000" />
|
|
||||||
<span i18n="configurationCurrentOffset"></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="checkbox">
|
|
||||||
<label>
|
|
||||||
<div>
|
|
||||||
<input type="checkbox" name="multiwiicurrentoutput" />
|
|
||||||
</div>
|
|
||||||
<span i18n="configurationBatteryMultiwiiCurrent"></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="clear-both"></div>
|
|
||||||
<div class="leftWrapper">
|
|
||||||
<div class="groupTitle" i18n="configurationFeatures"></div>
|
<div class="groupTitle" i18n="configurationFeatures"></div>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue