delay on disconnecting

This commit is contained in:
cuu 2018-08-22 11:46:43 +08:00
parent e0e6a6e3e7
commit 10a91108dd

View File

@ -239,6 +239,8 @@ class BleInfoPage(Page):
except Exception,e:
print(str(e))
pygame.time.delay(300)
self.ReturnToUpLevelPage()
self._Screen.Draw()
self._Screen.SwapAndShow()