From 3372da2b64081d7f70f4f3e968bddd97ea6a57b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Izzo?= Date: Tue, 15 Feb 2022 19:00:52 +0100 Subject: [PATCH] Set Rx test to 48k --- tests/platform/rx_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/platform/rx_test.c b/tests/platform/rx_test.c index db9a7e40..43d4590b 100644 --- a/tests/platform/rx_test.c +++ b/tests/platform/rx_test.c @@ -37,7 +37,7 @@ int main() audio_enableMic(); streamId id = inputStream_start(SOURCE_RTX, PRIO_TX, sampleBuf, numSamples, - BUF_LINEAR, 24000); + BUF_LINEAR, 48000); sleepFor(3u, 0u); platform_ledOn(GREEN);