1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Added OSD status to CLI 'status' output.

This commit is contained in:
Michael Keller 2020-01-14 13:53:15 +13:00 committed by mikeller
parent f53d812fc8
commit 099e0a6064
8 changed files with 24 additions and 12 deletions

View file

@ -256,3 +256,5 @@ extern const char * const lookupTableRescueAltitudeMode[];
extern const char * const lookupTableItermRelax[];
extern const char * const lookupTableItermRelaxType[];
extern const char * const lookupTableOsdDisplayPortDevice[];