1
0
Fork 0
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:
jflyper 2019-10-18 12:24:07 +09:00
parent 8494d6e634
commit 6a8dfa75c2
5 changed files with 16 additions and 6 deletions

View file

@ -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)