Fix 3 bugs

This commit is contained in:
root 2022-02-04 16:36:06 +00:00
parent ed9a22b1c7
commit 2d63fcc58f
3 changed files with 8 additions and 5 deletions

View file

@ -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():