mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Add electrical power to OSD
This commit is contained in:
parent
cd9a18dbab
commit
893ffd54d5
4 changed files with 11 additions and 0 deletions
|
@ -43,6 +43,7 @@ typedef enum {
|
|||
OSD_ROLL_PIDS,
|
||||
OSD_PITCH_PIDS,
|
||||
OSD_YAW_PIDS,
|
||||
OSD_POWER,
|
||||
OSD_ITEM_COUNT // MUST BE LAST
|
||||
} osd_items_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue