Fix when no tuner is detected and small language update

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-03-26 19:09:45 +01:00
parent c4a3c286c6
commit 175c5d828e
2 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -3476,7 +3476,7 @@ void SetTunerPatch() {
tft.fillScreen(BackgroundColor);
analogWrite(CONTRASTPIN, ContrastSet * 2 + 27);
if (TEF == 0) {
if (TEF != 102 && TEF != 205) {
tftPrint(0, myLanguage[language][35], 150, 78, ActiveColor, ActiveColorSmooth, 28);
for (;;);
}