mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-26 17:55:21 +03:00
Merge pull request #260 from fiam/osd_messages
Add support for configuring OSD_MESSAGES
This commit is contained in:
commit
ee41ced86d
2 changed files with 12 additions and 0 deletions
|
@ -2176,6 +2176,12 @@
|
||||||
"osdElement_MAIN_BATT_VOLTAGE": {
|
"osdElement_MAIN_BATT_VOLTAGE": {
|
||||||
"message": "Battery Voltage"
|
"message": "Battery Voltage"
|
||||||
},
|
},
|
||||||
|
"osdElement_MESSAGES": {
|
||||||
|
"message": "System Messages"
|
||||||
|
},
|
||||||
|
"osdElement_MESSAGES_HELP": {
|
||||||
|
"message": "Shows different system messages like warnings, hardware failures and extended details of the current flight mode (e.g. AUTOTUNE and AUTOTRIM modes and RTH stages)."
|
||||||
|
},
|
||||||
"osdElement_GPS_SPEED": {
|
"osdElement_GPS_SPEED": {
|
||||||
"message": "GPS Speed"
|
"message": "GPS Speed"
|
||||||
},
|
},
|
||||||
|
|
|
@ -297,6 +297,12 @@ OSD.constants = {
|
||||||
id: 7,
|
id: 7,
|
||||||
preview: 'STAB'
|
preview: 'STAB'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'MESSAGES',
|
||||||
|
id: 30,
|
||||||
|
min_version: '1.7.4',
|
||||||
|
preview: ' SYSTEM MESSAGE ', // 28 chars, like OSD_MESSAGE_LENGTH on osd.c
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'HEADING',
|
name: 'HEADING',
|
||||||
id: 24,
|
id: 24,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue