We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a17b8ee + 7948361 commit 0016746Copy full SHA for 0016746
_locales/en/messages.json
@@ -2721,6 +2721,9 @@
2721
"osdElement_VTX_POWER_HELP": {
2722
"message": "Shows the current VTX power level. Blinks when the corresponding RC adjustment is selected"
2723
},
2724
+ "osdElement_ESC_RPM": {
2725
+ "message": "Motor RPM from ESC telemetry"
2726
+ },
2727
"osdElement_VTX_CHANNEL": {
2728
"message": "Video TX Band and Channel"
2729
tabs/osd.js
@@ -764,6 +764,12 @@ OSD.constants = {
764
id: 104,
765
preview: 'MSP'
766
767
+ {
768
+ name: 'ESC_RPM',
769
+ id: 106,
770
+ min_version: '2.3.0',
771
+ preview: FONT.symbol(SYM.THR) + '983',
772
+ }
773
]
774
775
{
0 commit comments