add delay after forget

This commit is contained in:
cuu 2018-08-21 22:08:38 +08:00
parent a7227fbadf
commit 47d08a5451

View File

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