fixed numerous bugs

This commit is contained in:
2022-10-14 20:28:06 +02:00
parent 0e2c2d5318
commit aeb236abae
3 changed files with 15 additions and 3 deletions

View File

@@ -35,8 +35,10 @@ def run():
overlay.run_mode = 'init'
continue
elif overlay.run_mode == 'started':
cv.waitKey(1000)
pass
elif overlay.run_mode == 'init':
cv.waitKey(1)
continue
elif overlay.run_mode == 'paused':
continue