trowing away new error-message
This commit is contained in:
parent
7a86f03e01
commit
0b873b9522
2 changed files with 3 additions and 1 deletions
|
@ -153,6 +153,8 @@ function getHeardList($logLines) {
|
|||
continue;
|
||||
} else if(strpos($logLine,"received RF header for wrong repeater")) {
|
||||
continue;
|
||||
} else if(strpos($logLine,"unable to decode the network CSBK")) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if(strpos($logLine,"end of") || strpos($logLine,"watchdog has expired") || strpos($logLine,"ended RF data") || strpos($logLine,"ended network")) {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
define("VERSION", "20160711-1");
|
||||
define("VERSION", "20160711-2");
|
||||
?>
|
Loading…
Reference in a new issue