Skip to content

Commit 2e4f1c9

Browse files
committed
Set blinking to be the default for warnings
1 parent 5a7b8cd commit 2e4f1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/osd/osd_elements.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ static void osdElementWarnings2(osdElementParms_t *element)
14791479
{
14801480
osdElementWarnings(element);
14811481

1482-
if (strlen(element->buff) == 0) {
1482+
if (blinkState || (strlen(element->buff) == 0)) {
14831483
osdElementLinkQuality(element);
14841484
}
14851485

0 commit comments

Comments
 (0)