mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-29 08:12:46 +02:00
delay on disconnecting
This commit is contained in:
@@ -239,6 +239,8 @@ class BleInfoPage(Page):
|
|||||||
except Exception,e:
|
except Exception,e:
|
||||||
print(str(e))
|
print(str(e))
|
||||||
|
|
||||||
|
pygame.time.delay(300)
|
||||||
|
self.ReturnToUpLevelPage()
|
||||||
self._Screen.Draw()
|
self._Screen.Draw()
|
||||||
self._Screen.SwapAndShow()
|
self._Screen.SwapAndShow()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user