added 1 sec delay to vision.__init__ to account for slower esp boot
parent
2661177521
commit
c2f4e52e80
|
|
@ -82,6 +82,7 @@ class Vision:
|
|||
self.i2c = I2C(0, sda=Pin(sda), scl=Pin(scl), freq=freq)
|
||||
else:
|
||||
self.i2c = i2c
|
||||
time.sleep(1)
|
||||
|
||||
@staticmethod
|
||||
def _bus_recover(sda_pin, scl_pin):
|
||||
|
|
|
|||
Loading…
Reference in New Issue