From 1f1e71e0d9e1a60eac38040ea5e6a49c14d81b71 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 Jan 2025 18:36:05 +0100 Subject: Added log --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 8c6f1ce..b1ee6a4 100644 --- a/config.h +++ b/config.h @@ -8,4 +8,5 @@ static const int CLICK_CHANNEL = 4; extern const char *device; // playback device const snd_pcm_sframes_t nframes = 1024; // ~1/44th sec buffer size const unsigned int f_sample = 44100; +const int log_lines = 10; -- cgit v1.2.3