mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Merge pull request #9359 from mikeller/add_osd_to_status
Added OSD status to CLI 'status' output.
This commit is contained in:
commit
54c8477b4d
8 changed files with 24 additions and 12 deletions
|
@ -483,7 +483,7 @@ static const char* const lookupTableDshotBitbangedTimer[] = {
|
|||
"AUTO", "TIM1", "TIM8"
|
||||
};
|
||||
|
||||
static const char * const lookupTableOsdDisplayPortDevice[] = {
|
||||
const char * const lookupTableOsdDisplayPortDevice[] = {
|
||||
"NONE", "AUTO", "MAX7456", "MSP", "FRSKYOSD"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue