lower time between tick

This commit is contained in:
janeptrv 2020-11-06 23:17:02 -05:00
parent 90083757ae
commit fe0d9991bd
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ def loop():
lcd.noDisplay()
else:
lightlevel(lcd, level)
sleep(1)
sleep(0.1)
if __name__ == '__main__':