1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 01:35:28 +03:00

Voltage help-tips (#4129)

This commit is contained in:
nerdCopter 2024-08-16 15:48:32 -05:00 committed by GitHub
parent 217373f085
commit c7c8c8cd1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

@ -4838,6 +4838,15 @@
"powerBatteryWarning": { "powerBatteryWarning": {
"message": "Warning Cell Voltage" "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": { "powerCalibrationManagerButton": {
"message": "Calibration" "message": "Calibration"
}, },

View file

@ -144,16 +144,19 @@
<label> <input type="number" name="mincellvoltage" step="0.1" min="1" max="5" /> <span <label> <input type="number" name="mincellvoltage" step="0.1" min="1" max="5" /> <span
i18n="powerBatteryMinimum"></span> i18n="powerBatteryMinimum"></span>
</label> </label>
<span class="helpicon cf_tip" i18n_title="powerBatteryMinimumHelp"></span>
</div> </div>
<div class="number"> <div class="number">
<label> <input type="number" name="maxcellvoltage" step="0.1" min="1" max="5" /> <span <label> <input type="number" name="maxcellvoltage" step="0.1" min="1" max="5" /> <span
i18n="powerBatteryMaximum"></span> i18n="powerBatteryMaximum"></span>
</label> </label>
<span class="helpicon cf_tip" i18n_title="powerBatteryMaximumHelp"></span>
</div> </div>
<div class="number"> <div class="number">
<label> <input type="number" name="warningcellvoltage" step="0.1" min="1" max="5" /> <span <label> <input type="number" name="warningcellvoltage" step="0.1" min="1" max="5" /> <span
i18n="powerBatteryWarning"></span> i18n="powerBatteryWarning"></span>
</label> </label>
<span class="helpicon cf_tip" i18n_title="powerBatteryWarningHelp"></span>
</div> </div>
<div class="number"> <div class="number">
<label> <input type="number" name="capacity" step="1" min="0" max="20000" /> <span <label> <input type="number" name="capacity" step="1" min="0" max="20000" /> <span