mirror of
https://github.com/dg9vh/MMDVMHost-Websocketboard.git
synced 2026-01-27 18:44:14 +01:00
Fixed Local Heard problem with Network-Watchdogs since last transmission lost fix
This commit is contained in:
parent
66b5916a2c
commit
5f5e3589ba
|
|
@ -285,7 +285,11 @@ function getSource(logline) {
|
|||
val = "Net";
|
||||
return val;
|
||||
} else {
|
||||
return "RF";
|
||||
if (logline.indexOf("network watchdog has expired" > 0 )){
|
||||
return "Net";
|
||||
} else {
|
||||
return "RF";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
var dashboard_version = "2021-04-25 16:58:10";
|
||||
var dashboard_version = "2021-04-25 18:14:30";
|
||||
|
|
|
|||
Loading…
Reference in a new issue