From 31a8ad091665ec04d99560bdef56a77bf4931725 Mon Sep 17 00:00:00 2001 From: Eli Parker Date: Tue, 10 Mar 2026 11:36:41 -0600 Subject: [PATCH] Fix disappearing last beep reason Fix: Stop the "last beep reason" text from disappearing once the beep condition stops for users running Float Accessories --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index 337a7323..5e248bbe 100644 --- a/src/main.c +++ b/src/main.c @@ -1336,7 +1336,6 @@ static void cmd_send_all_data(Data *d, unsigned char mode) { state |= 0x8; } buffer[ind++] = (state & 0xF) + (d->beep_reason << 4); - d->beep_reason = BEEP_NONE; buffer[ind++] = d->footpad.adc1 * 50; buffer[ind++] = d->footpad.adc2 * 50;