silenced mode read error

pull/10/head
g7uhn 2020-10-20 22:21:23 +01:00
rodzic 3efdd672eb
commit 0811e2e84f
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -618,7 +618,7 @@ void getReadableMode() {
mode = "PKT ";
modeBase = modeByte;
}
else {
mode = "???";
}
// else { // removed this "else" to silence the intermittent ??? on the display
// mode = "???";
// }
}