Fix panda libs

master
Riccardo 2019-12-20 14:34:59 -08:00
parent 47bba700d4
commit 01244d7557
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ class Panda(object):
# ******************* health *******************
def health(self):
dat = self._handle.controlRead(Panda.REQUEST_IN, 0xd2, 0, 0, 37)
dat = self._handle.controlRead(Panda.REQUEST_IN, 0xd2, 0, 0, 41)
a = struct.unpack("IIIIIIIIBBBBBBBBB", dat)
return {
"uptime": a[0],