mirror of
https://github.com/dg9vh/MMDVMHost-Websocketboard.git
synced 2026-02-18 21:34:56 +01:00
Fixed Bug with YSF on Current TXing
This commit is contained in:
parent
2890494e3c
commit
25a05212a1
|
|
@ -241,7 +241,7 @@ function getLastHeard(document, event) {
|
|||
ts2TXing = getMode(line) + ";" + line.substring(line.indexOf("from") + 5, line.indexOf("to")).trim() + ";" + getTarget(line) + ";" + getSource(line);
|
||||
}
|
||||
}
|
||||
if (line.indexOf("network watchdog") > 0 || line.indexOf("end of voice transmission") > 0) {
|
||||
if (line.indexOf("network watchdog") > 0 || line.indexOf("end of voice transmission") > 0 || line.indexOf("end of transmission") > 0) {
|
||||
if (getMode(line) == "DMR Slot 1" ) {
|
||||
ts1TXing = null;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue