From 0b873b952271776a0dc2af90557201fd696d726f Mon Sep 17 00:00:00 2001 From: dg9vh Date: Mon, 11 Jul 2016 18:37:14 +0000 Subject: [PATCH] trowing away new error-message --- include/functions.php | 2 ++ version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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