mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Add HD OSD system elements for VTX temp and goggle fan speed (#11999)
* Add HD OSD system elements for VTX temp and goggle fan speed * Update src/main/osd/osd_elements.c Co-authored-by: haslinghuis <mark@numloq.nl> Co-authored-by: haslinghuis <mark@numloq.nl>
This commit is contained in:
parent
f8bd0b5388
commit
23602e6a89
5 changed files with 13 additions and 1 deletions
|
@ -116,6 +116,8 @@ typedef enum {
|
|||
DISPLAYPORT_SYS_GOGGLE_DVR = 6,
|
||||
DISPLAYPORT_SYS_VTX_DVR = 7,
|
||||
DISPLAYPORT_SYS_WARNINGS = 8,
|
||||
DISPLAYPORT_SYS_VTX_TEMP = 9,
|
||||
DISPLAYPORT_SYS_FAN_SPEED = 10,
|
||||
DISPLAYPORT_SYS_COUNT,
|
||||
} displayPortSystemElement_e;
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue