More changes for 009a
This commit is contained in:
parent
1067faad54
commit
d24ef8fc92
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ def default_fwext_name():
|
||||||
def upload_fwext(fw_path=None):
|
def upload_fwext(fw_path=None):
|
||||||
# no idea what this is:
|
# no idea what this is:
|
||||||
write_hw_reg32(0x8000205c, 7)
|
write_hw_reg32(0x8000205c, 7)
|
||||||
if read_hw_reg32(0x80002080) != 2:
|
if read_hw_reg32(0x80002080) != 3:
|
||||||
raise Exception('Unexpected register value')
|
raise Exception('Unexpected register value')
|
||||||
|
|
||||||
dev=identify_sensor()
|
dev=identify_sensor()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue