mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Apply OSD severity (#11996)
This commit is contained in:
parent
18751f5875
commit
c508b6644d
12 changed files with 143 additions and 61 deletions
|
@ -1314,7 +1314,7 @@ case MSP_NAME:
|
|||
if (isBlinking) {
|
||||
displayAttr |= DISPLAYPORT_ATTR_BLINK;
|
||||
}
|
||||
sbufWriteU8(dst, displayAttr); // see displayPortAttr_e
|
||||
sbufWriteU8(dst, displayAttr); // see displayPortSeverity_e
|
||||
sbufWriteU8(dst, warningsLen); // length byte followed by the actual characters
|
||||
for (unsigned i = 0; i < warningsLen; i++) {
|
||||
sbufWriteU8(dst, warningsBuffer[i]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue