diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 40acae2..93a9648 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -3061,7 +3061,7 @@ void KeyDown() { switch (menuoption) { case 30: CurrentTheme --; - if (CurrentTheme > 10) CurrentTheme = 9; + if (CurrentTheme > 10) CurrentTheme = 10; doTheme(); tft.drawRoundRect(10, 30, 300, 170, 5, ActiveColor); tft.fillRoundRect(12, 32, 296, 166, 5, BackgroundColor);