1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-26 09:45:23 +03:00

Merge pull request #260 from fiam/osd_messages

Add support for configuring OSD_MESSAGES
This commit is contained in:
Paweł Spychalski 2017-09-27 10:40:05 +02:00 committed by GitHub
commit ee41ced86d
2 changed files with 12 additions and 0 deletions

View file

@ -2176,6 +2176,12 @@
"osdElement_MAIN_BATT_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": {
"message": "GPS Speed"
},

View file

@ -297,6 +297,12 @@ OSD.constants = {
id: 7,
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',
id: 24,