mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
Voltage help-tips (#4129)
This commit is contained in:
parent
217373f085
commit
c7c8c8cd1d
2 changed files with 12 additions and 0 deletions
|
@ -4838,6 +4838,15 @@
|
|||
"powerBatteryWarning": {
|
||||
"message": "Warning Cell Voltage"
|
||||
},
|
||||
"powerBatteryMinimumHelp": {
|
||||
"message": "The voltage that is considered critically low, and will trigger the corresponding warnings. 'LAND NOW' warning in OSD and audible beeping if a beeper is soldered. Also assists in cell-count calculation."
|
||||
},
|
||||
"powerBatteryMaximumHelp": {
|
||||
"message": "The voltage of a fully charged Cell. Assists with cell-count calculation."
|
||||
},
|
||||
"powerBatteryWarningHelp": {
|
||||
"message": "The voltage that is considered low, and will trigger the corresponding warnings. 'LOW BATTERY' warning in OSD."
|
||||
},
|
||||
"powerCalibrationManagerButton": {
|
||||
"message": "Calibration"
|
||||
},
|
||||
|
|
|
@ -144,16 +144,19 @@
|
|||
<label> <input type="number" name="mincellvoltage" step="0.1" min="1" max="5" /> <span
|
||||
i18n="powerBatteryMinimum"></span>
|
||||
</label>
|
||||
<span class="helpicon cf_tip" i18n_title="powerBatteryMinimumHelp"></span>
|
||||
</div>
|
||||
<div class="number">
|
||||
<label> <input type="number" name="maxcellvoltage" step="0.1" min="1" max="5" /> <span
|
||||
i18n="powerBatteryMaximum"></span>
|
||||
</label>
|
||||
<span class="helpicon cf_tip" i18n_title="powerBatteryMaximumHelp"></span>
|
||||
</div>
|
||||
<div class="number">
|
||||
<label> <input type="number" name="warningcellvoltage" step="0.1" min="1" max="5" /> <span
|
||||
i18n="powerBatteryWarning"></span>
|
||||
</label>
|
||||
<span class="helpicon cf_tip" i18n_title="powerBatteryWarningHelp"></span>
|
||||
</div>
|
||||
<div class="number">
|
||||
<label> <input type="number" name="capacity" step="1" min="0" max="20000" /> <span
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue