1
0
Fork 0

Fixed Local Heard problem with Network-Watchdogs since last transmission lost fix

main
Kim Huebel 3 years ago
parent 66b5916a2c
commit 5f5e3589ba

@ -284,10 +284,14 @@ function getSource(logline) {
if (val == "network")
val = "Net";
return val;
} else {
if (logline.indexOf("network watchdog has expired" > 0 )){
return "Net";
} else {
return "RF";
}
}
}
function getDuration(logline) {
if(logline.lastIndexOf("seconds") > 0) {

@ -1 +1 @@
var dashboard_version = "2021-04-25 16:58:10";
var dashboard_version = "2021-04-25 18:14:30";

Loading…
Cancel
Save