Skip to content

Commit 342eeee

Browse files
committed
remove blinking
1 parent c53fb5d commit 342eeee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/io/osd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6603,7 +6603,6 @@ static textAttributes_t osdGetMultiFunctionMessage(char *buff)
66036603
if (messageCount) {
66046604
message = messages[OSD_ALTERNATING_CHOICES(1000, messageCount)]; // display each warning on 1s cycle
66056605
strcpy(buff, message);
6606-
TEXT_ATTRIBUTES_ADD_BLINK(elemAttr);
66076606
} else if (warningsCount) {
66086607
buff[0] = SYM_ALERT;
66096608
tfp_sprintf(buff + 1, "%u ", warningsCount);

0 commit comments

Comments
 (0)