trowing away new error-message

This commit is contained in:
dg9vh 2016-07-11 18:37:14 +00:00
parent 7a86f03e01
commit 0b873b9522
2 changed files with 3 additions and 1 deletions

View file

@ -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")) {

View file

@ -1,3 +1,3 @@
<?php
define("VERSION", "20160711-1");
define("VERSION", "20160711-2");
?>