This commit is contained in:
Patrick Tschuchnig 2019-08-27 15:39:35 +02:00
parent 21e1130522
commit 2286a6c950

View File

@ -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