comments
This commit is contained in:
parent
21e1130522
commit
2286a6c950
@ -17,7 +17,7 @@ GPIO.setup(enableErrorTimeAddingPin, GPIO.IN)
|
||||
GPIO.setup(shutdownPin, GPIO.IN)
|
||||
|
||||
#other constants
|
||||
timePerError = 5
|
||||
timePerError = 5 # every time the wire is touched, some time is added as penalty. only active when enableErrorTimeAddingPin is active
|
||||
screenSizeX = 900
|
||||
screenSizeY = 900
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user