Commit f96d208f authored by Mikhail Karpenko's avatar Mikhail Karpenko

Make get_10389_rev() return rev.B board instead of raising exception

parent 4e3a2ceb
......@@ -1458,7 +1458,8 @@ class x393sata(object):
elif mac.endswith(':02'):
return '10389B'
else:
raise Exception ("Unknown camera MAC address used to get 10389 revision. Only *:01 (10389) and *:02 (10389B) are currently defined")
return '10389B'
# raise Exception ("Unknown camera MAC address used to get 10389 revision. Only *:01 (10389) and *:02 (10389B) are currently defined")
def init_sata():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment