Unmuted "???" print for mode read error

rtc
g7uhn 2020-11-08 23:04:25 +00:00
rodzic cea8f8d918
commit 60b368cef9
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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