From 03e8c095702abd9ba3dc07cb12dcec7ff8af5182 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Mon, 29 Nov 2021 18:06:05 -0600 Subject: [PATCH] Revert default sample rate - With nested interrupts working again increase the sample rate --- userConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userConfig.h b/userConfig.h index b45d23f..1d7310a 100644 --- a/userConfig.h +++ b/userConfig.h @@ -12,7 +12,7 @@ * Maximum Quality: Sample rate 44000, RF_SPEED RF24_2MBPS * @note 44khz+ sample rate requires 8-bits per sample */ -#define SAMPLE_RATE 16000 +#define SAMPLE_RATE 24000 /** * @brief configure the RF data rate