diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index c90caf1..ca625cb 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -4143,6 +4143,7 @@ void MuteScreen(bool setting) { if (!setting && screenmute) { screenmute = false; setupmode = true; + leave = true; tft.writecommand(0x11); analogWrite(CONTRASTPIN, map(ContrastSet, 0, 100, 15, 255)); if (band < BAND_GAP) {