fixed voice transmission lost
This commit is contained in:
parent
237a73977c
commit
565abb713a
2 changed files with 2 additions and 2 deletions
|
@ -613,7 +613,7 @@ function getLastHeard(document, event) {
|
|||
ts2timestamp = getRawTimestamp(line);
|
||||
}
|
||||
}
|
||||
if (line.indexOf("network watchdog") > 0 || line.indexOf("end of voice transmission") > 0 || line.indexOf("end of transmission") > 0) {
|
||||
if (line.indexOf("network watchdog") > 0 || line.indexOf("end of voice transmission") > 0 || line.indexOf("end of transmission") > 0 || line.indexOf("voice transmission lost") > 0 ) {
|
||||
if (getMode(line) == "DMR Slot 1" ) {
|
||||
ts1TXing = null;
|
||||
} else {
|
||||
|
|
|
@ -1 +1 @@
|
|||
var dashboard_version = "2021-04-23 22:25:46";
|
||||
var dashboard_version = "2021-04-25 11:01:41";
|
||||
|
|
Loading…
Reference in a new issue