Tidied up final settings screen, and called it V2.0 for publication.
This commit is contained in:
@@ -444,7 +444,7 @@ public class SdServer extends Service implements SdDataReceiver {
|
||||
|
||||
}
|
||||
// Fault
|
||||
if ((sdData.alarmState == 4)) {
|
||||
if ((sdData.alarmState) == 4 || (sdData.alarmState == 7)) {
|
||||
sdData.alarmPhrase = "FAULT";
|
||||
faultWarningBeep();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user