This commit is contained in:
Martin Quarda 2025-04-01 11:51:17 +02:00
parent 586bd3dc84
commit c59b24a561
2 changed files with 1 additions and 1 deletions

1
SW/PC/Stopwatch/log.json Normal file
View File

@ -0,0 +1 @@
[]

View File

@ -42,7 +42,6 @@ class UsbCardReader:
if (( control[0] == 0 )) & (( control[2] == 40 )) & (( not receivedNumber == 0 )):
self.callback(receivedNumber)
receivedNumber = 0
except KeyboardInterrupt:
exit()
except: