From 5c215db989cf0427fab4561155d05f7abf15410d Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 11 Jan 2026 22:17:41 +0100 Subject: [PATCH] Really? --- src/TEF6686.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TEF6686.cpp b/src/TEF6686.cpp index 0192cdf..4344415 100644 --- a/src/TEF6686.cpp +++ b/src/TEF6686.cpp @@ -162,7 +162,7 @@ void TEF6686::setAMOffset(int8_t offset) { } void TEF6686::setFMBandw(uint16_t bandwidth) { - devTEF_Set_Cmd(TEF_FM, Cmd_Set_Bandwidth, 7, 0, bandwidth); + devTEF_Set_Cmd(TEF_FM, Cmd_Set_Bandwidth, 7, 0, bandwidth * 10); } void TEF6686::setAMBandw(uint16_t bandwidth) {