Skip to content

Commit

Permalink
Set blinking to be the default for warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
howels committed Jan 25, 2022
1 parent 5a7b8cd commit 2e4f1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/osd/osd_elements.c
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ static void osdElementWarnings2(osdElementParms_t *element)
{
osdElementWarnings(element);

if (strlen(element->buff) == 0) {
if (blinkState || (strlen(element->buff) == 0)) {
osdElementLinkQuality(element);
}

Expand Down

0 comments on commit 2e4f1c9

Please sign in to comment.