From 900061422460cf6eb308d26341e153be6fce52aa Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Sat, 18 Apr 2026 12:34:15 +0200 Subject: [PATCH] pitchscreen: Fix dropouts when button held down Change-Id: I0f23ad6463f7938e832b0c5da2c121c5a5e5faa8 --- apps/plugins/pitch_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/plugins/pitch_screen.c b/apps/plugins/pitch_screen.c index 4af34fed3b..647b7a17d1 100644 --- a/apps/plugins/pitch_screen.c +++ b/apps/plugins/pitch_screen.c @@ -1106,6 +1106,7 @@ int gui_syncpitchscreen_run(void) /* when needed */ new_speed = 0; } + rb->yield(); } //rb->pcmbuf_set_low_latency(false);