Skip to content

Commit 98bfe76

Browse files
Eli-Parkerlukash
authored andcommitted
Fix disappearing last beep reason
Fix: Stop the "last beep reason" text from disappearing once the beep condition stops for users running Float Accessories
1 parent 0274273 commit 98bfe76

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,6 @@ static void cmd_send_all_data(Data *d, unsigned char mode) {
13361336
state |= 0x8;
13371337
}
13381338
buffer[ind++] = (state & 0xF) + (d->beep_reason << 4);
1339-
d->beep_reason = BEEP_NONE;
13401339

13411340
buffer[ind++] = d->footpad.adc1 * 50;
13421341
buffer[ind++] = d->footpad.adc2 * 50;

0 commit comments

Comments
 (0)