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

Merge pull request #704 from mikeller/fix_osd_text

Fixed low battery alert OSD description.
This commit is contained in:
Michael Keller 2017-11-02 18:54:11 +13:00 committed by GitHub
commit 4177de9f71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2587,7 +2587,7 @@
"message": "Alerts when the battery voltage falls below warning threshold" "message": "Alerts when the battery voltage falls below warning threshold"
}, },
"osdWarningBatteryCritical": { "osdWarningBatteryCritical": {
"message": "Alters when the battery voltage falls below the minimum average cell voltage" "message": "Alerts when the battery voltage falls below the minimum average cell voltage"
}, },
"osdWarningVisualBeeper": { "osdWarningVisualBeeper": {
"message": "Shows a visualisation of the beeper (shows as 4 asterisks)" "message": "Shows a visualisation of the beeper (shows as 4 asterisks)"