Fix 3 bugs
This commit is contained in:
parent
ed9a22b1c7
commit
2d63fcc58f
3 changed files with 8 additions and 5 deletions
|
@ -205,7 +205,7 @@ class Spi(object):
|
|||
def health_check_loop():
|
||||
while SPI_HEALTH:
|
||||
Spi.health_check()
|
||||
time.sleep(5)
|
||||
time.sleep(0.75)
|
||||
|
||||
@staticmethod
|
||||
def get_version():
|
||||
|
|
Reference in a new issue