From 47d08a5451f6df4fef7d56687bc5ff37f009fbad Mon Sep 17 00:00:00 2001 From: cuu Date: Tue, 21 Aug 2018 22:08:38 +0800 Subject: [PATCH] add delay after forget --- Menu/GameShell/10_Settings/Bluetooth/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Menu/GameShell/10_Settings/Bluetooth/__init__.py b/Menu/GameShell/10_Settings/Bluetooth/__init__.py index c0f25f5..daf69d8 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/__init__.py +++ b/Menu/GameShell/10_Settings/Bluetooth/__init__.py @@ -213,6 +213,8 @@ class BleInfoPage(Page): except Exception,e: print(str(e)) + pygame.time.delay(400) + self._Screen.Draw() self._Screen.SwapAndShow()