mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +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"
|
||||
},
|
||||
"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": {
|
||||
"message": "Shows a visualisation of the beeper (shows as 4 asterisks)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue