From 90c14fc5caa40de43876af70363690bfd7bfae1d Mon Sep 17 00:00:00 2001 From: JR3XNW <121542251+JR3XNW@users.noreply.github.com> Date: Fri, 9 Jun 2023 22:15:32 +0900 Subject: [PATCH] Update pico_BandScope_WaterFal_v1_128x64.ino --- pico_BandScope_WaterFal_v1_128x64.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pico_BandScope_WaterFal_v1_128x64.ino b/pico_BandScope_WaterFal_v1_128x64.ino index eeff8b7..80ac0be 100644 --- a/pico_BandScope_WaterFal_v1_128x64.ino +++ b/pico_BandScope_WaterFal_v1_128x64.ino @@ -24,7 +24,7 @@ #define SCREEN_WIDTH 128 // Width of the OLED display #define SCREEN_HEIGHT 32 // Height of the OLED display #define SAMPLING_FREQUENCY 50000 // Maximum frequency that can be captured -#define THRESHOLD 3 // Threshold for the waterfall display +#define THRESHOLD 2 // Threshold for the waterfall display #define HISTORY_LENGTH SCREEN_HEIGHT // The number of previous FFT results to keep for the waterfall display int mod = 0; // The mode. 0 for LSB and 1 for USB