mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Restrict MSP DisplayPort output to the MSP port that is marked
This commit is contained in:
parent
8494d6e634
commit
6a8dfa75c2
5 changed files with 16 additions and 6 deletions
|
@ -60,6 +60,7 @@ typedef struct displayPortProfile_s {
|
|||
bool invert;
|
||||
uint8_t blackBrightness;
|
||||
uint8_t whiteBrightness;
|
||||
int8_t displayPortSerial; // serialPortIdentifier_e
|
||||
} displayPortProfile_t;
|
||||
|
||||
// Note: displayPortProfile_t used as a parameter group for CMS over CRSF (io/displayport_crsf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue