From 77a3432e7ce61b64ec5768214882e2ed860f8429 Mon Sep 17 00:00:00 2001 From: neubert Date: Sun, 31 May 2009 12:14:45 +0000 Subject: [PATCH] 81_M232Counter.pm: workaround to make counter wraparound git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@381 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- CHANGED | 1 + HISTORY | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGED b/CHANGED index 764fd9e3b..1977037f7 100644 --- a/CHANGED +++ b/CHANGED @@ -500,3 +500,4 @@ - feature: holiday module + doc + example + holiday2we attribute - bugfix: sunrise stuff fixed, doc missing - feature: CUL FHT sending added + - bugfix: workaround to make M232 counter wraparound diff --git a/HISTORY b/HISTORY index cc4fda954..6aef3979d 100644 --- a/HISTORY +++ b/HISTORY @@ -400,3 +400,6 @@ - Sat May 30 2009 (Rudi) - 99_SUNRISE_EL: sunrise/sunset called in "at" computes correctly the next event. New "sunrise()/sunset()" calls added, min max optional parameter. + +- Sun May 31 2009 (Boris) + - 81_M232Counter.pm: counter stops at 65536; workaround makes counter wraparound