qr timeout 4

This commit is contained in:
Patrick Haßel 2025-06-28 08:43:27 +02:00
parent 5a9188c22b
commit d68fee344e

View File

@ -166,6 +166,7 @@ class Fotobox:
pygame.display.flip()
def _qr_callback(self):
if self._qr_timer.complete():
print("QR TIMEOUT")
self._set_state(State.IDLE)