From 931a4de84244c74514917f531fc253034daba8ce Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Mon, 3 Jul 2023 23:16:39 +0200 Subject: [PATCH] Fixed menu bug --- TEF6686_ESP32.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 241a1d6..a68d824 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -1692,6 +1692,8 @@ void ButtonPress() { if (specialstepOIRT) tft.drawCentreString("ON", 155, 110, GFXFF); else tft.drawCentreString("OFF", 155, 110, GFXFF); break; } + break; + case 4: switch (menuoption) { case 30: @@ -1720,6 +1722,7 @@ void ButtonPress() { tft.drawCentreString("https://github.com/PE5PVB/TEF6686_ESP32", 155, 175, GFXFF); break; } + break; } } else { if (menupage == 2 && menuoption == 190 && wifi == true) {