From ba9c125f70ba1dbe5f93e3b44883729dc3d79c6a Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Thu, 1 Aug 2024 17:27:57 +0200 Subject: [PATCH] Undo Set nominal auto BW on FM to 311kHz. Had not the expected effect --- src/Tuner_Drv_Lithio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tuner_Drv_Lithio.cpp b/src/Tuner_Drv_Lithio.cpp index 1d8ed57..0877bf8 100644 --- a/src/Tuner_Drv_Lithio.cpp +++ b/src/Tuner_Drv_Lithio.cpp @@ -44,7 +44,7 @@ void devTEF_Radio_Tune_AM (uint16_t frequency) { } void devTEF_Radio_Set_Bandwidth(uint8_t mode, uint16_t bandwidth) { - devTEF_Set_Cmd(TEF_FM, Cmd_Set_Bandwidth, 15, mode, bandwidth, 1000, 1000, 560, 3110); + devTEF_Set_Cmd(TEF_FM, Cmd_Set_Bandwidth, 7, mode, bandwidth); } void devTEF_Radio_Set_BandwidthAM(uint8_t mode, uint16_t bandwidth) {