mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
Fix from Thomass
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@529 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b664d83f17
commit
475355c79f
@ -351,7 +351,7 @@ getDevData()
|
|||||||
#hexdump($d);
|
#hexdump($d);
|
||||||
|
|
||||||
my $max = (($p == $end) ? ($nrreadings%64)*4+4 : 260);
|
my $max = (($p == $end) ? ($nrreadings%64)*4+4 : 260);
|
||||||
my $step = b($d, 6);
|
my $step = b($d, 7); # Switched from 6 to 7 (Thomas, 2009-12-31)
|
||||||
|
|
||||||
for(my $off = 8; $off <= $max; $off += 4) {
|
for(my $off = 8; $off <= $max; $off += 4) {
|
||||||
$backlog++;
|
$backlog++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user