Skip to content

Commit 0016746

Browse files
authored
Merge pull request #844 from iNavFlight/agh_osd_rpm
[OSD] Add support for configuring OSD_ESC_RPM element
2 parents a17b8ee + 7948361 commit 0016746

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

_locales/en/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2721,6 +2721,9 @@
27212721
"osdElement_VTX_POWER_HELP": {
27222722
"message": "Shows the current VTX power level. Blinks when the corresponding RC adjustment is selected"
27232723
},
2724+
"osdElement_ESC_RPM": {
2725+
"message": "Motor RPM from ESC telemetry"
2726+
},
27242727
"osdElement_VTX_CHANNEL": {
27252728
"message": "Video TX Band and Channel"
27262729
},

tabs/osd.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,12 @@ OSD.constants = {
764764
id: 104,
765765
preview: 'MSP'
766766
},
767+
{
768+
name: 'ESC_RPM',
769+
id: 106,
770+
min_version: '2.3.0',
771+
preview: FONT.symbol(SYM.THR) + '983',
772+
}
767773
]
768774
},
769775
{

0 commit comments

Comments
 (0)