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:
commit
4177de9f71
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue