More timings

master
mandlm 2016-01-07 20:03:57 +01:00
parent cfab03313a
commit f651818187
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ greenLed = 18
buttonPin = 27
sleepTimes = [1, 0.5, 0.25, 0.125]
sleepTimes = [0.75, 0.5, 0.25, 0.125, 0.0625]
sleepTimeIndex = 0
def buttonHandler(channel):