Commit 9ad7c595 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

reduced number of default poll tries to 3, normally 2 is enough

parent d0fcad21
......@@ -2456,7 +2456,7 @@ input mem mtd4 ram1
return res
def lepton35_poll_BUSY(self,num_sensor,ntries=10):
def lepton35_poll_BUSY(self,num_sensor,ntries=3):
"""
Poll BUSY bit of a status reg
@param num_sensor - sensor port number (0..3)
......
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