mirror of
https://github.com/Pecusx/piradio-mini.git
synced 2026-05-20 22:33:44 +02:00
Sleep button minor change.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user