Browse Source

add delay after forget

cuu 5 years ago
parent
commit
47d08a5451
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Menu/GameShell/10_Settings/Bluetooth/__init__.py

+ 2 - 0
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()