1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 00:35:26 +03:00

Add tooltips for PID and RATE profiles names OSD elements (#1454)

Add tooltips for PID and RATE profiles names OSD elements
This commit is contained in:
Michael Keller 2019-05-25 12:32:26 +12:00 committed by GitHub
commit bf4ab47191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3830,6 +3830,12 @@
"osdDescElementEscRpmFreq": {
"message": "RPM frequency reported by ESC telemetry"
},
"osdDescElementRateProfileName": {
"message": "Shows the current rate profile name"
},
"osdDescElementPidProfileName": {
"message": "Shows the current PID profile name"
},
"osdDescElementRtcDateTime": {
"message": "Real time clock date / time"
},