Sleep button minor change.

This commit is contained in:
Pecusx
2017-03-06 19:41:03 +01:00
committed by GitHub
parent 003559ae0e
commit e6acd1ddcc
+2
View File
@@ -353,6 +353,8 @@ class Radio:
now = int(time.time()) # (Pecus)
self.timeTimer = now - self.timerValue * 60 # (Pecus)
self.fireTimer() # (Pecus)
time.sleep(0.5)
self.setInterrupt() # (Pecus)
time.sleep(0.5) # Zapobiega przewinieciu sie calego tytulu pandory na LCD przed wylaczeniem... dlaczego???
self.setInterrupt() # (Pecus)