diff --git a/Menu/GameShell/10_Settings/Bluetooth/__init__.py b/Menu/GameShell/10_Settings/Bluetooth/__init__.py index 0a6d1f0..3e2e4ac 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/__init__.py +++ b/Menu/GameShell/10_Settings/Bluetooth/__init__.py @@ -238,7 +238,9 @@ class BleInfoPage(Page): dev.Disconnect() except Exception,e: print(str(e)) - + + pygame.time.delay(300) + self.ReturnToUpLevelPage() self._Screen.Draw() self._Screen.SwapAndShow()