diff --git a/include/functions.php b/include/functions.php index 1a384c3..8f545f3 100644 --- a/include/functions.php +++ b/include/functions.php @@ -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")) { diff --git a/version.php b/version.php index 2fd8b84..f899eb1 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@ \ No newline at end of file