mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 02:08:50 +01:00
delay on disconnecting
This commit is contained in:
parent
e0e6a6e3e7
commit
10a91108dd
@ -238,7 +238,9 @@ class BleInfoPage(Page):
|
|||||||
dev.Disconnect()
|
dev.Disconnect()
|
||||||
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()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user