From 6c60d0442379705c8c2ce1e7d5ff5afc8f803d61 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Mon, 10 Jun 2024 10:03:26 +0200 Subject: [PATCH] Fixed regression no audio after opening AF screen --- src/TEF6686.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TEF6686.cpp b/src/TEF6686.cpp index bbebe0a..9a104bc 100644 --- a/src/TEF6686.cpp +++ b/src/TEF6686.cpp @@ -49,7 +49,7 @@ void TEF6686::TestAFEON() { } } devTEF_Set_Cmd(TEF_FM, Cmd_Tune_To, 7, 4, currentfreq); - if (!mute) setUnMute(); + setUnMute(); } uint16_t TEF6686::TestAF() {