Oops2
This commit is contained in:
parent
d70acf42cb
commit
fd202bd0d8
1 changed files with 2 additions and 0 deletions
|
|
@ -495,6 +495,8 @@ class Sensor():
|
||||||
update_transform = b''.join([pack('<BBH', l.v0, l.v1, l.v2) + l.data for l in lines if ((l.flags & 0x00f00000) >> 0x14) > 1])
|
update_transform = b''.join([pack('<BBH', l.v0, l.v1, l.v2) + l.data for l in lines if ((l.flags & 0x00f00000) >> 0x14) > 1])
|
||||||
chunks += [[0x43, update_transform]]
|
chunks += [[0x43, update_transform]]
|
||||||
|
|
||||||
|
return chunks
|
||||||
|
|
||||||
def line_update_type_2(self, mode, chunks):
|
def line_update_type_2(self, mode, chunks):
|
||||||
for c in chunks:
|
for c in chunks:
|
||||||
# patch the 2D params.
|
# patch the 2D params.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue