diff --git a/Menu/GameShell/10_Settings/Bluetooth/__init__.py b/Menu/GameShell/10_Settings/Bluetooth/__init__.py index f37c0bb..78ec873 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/__init__.py +++ b/Menu/GameShell/10_Settings/Bluetooth/__init__.py @@ -235,6 +235,8 @@ class BleInfoPage(Page): cur_li = self._MyList[self._PsIndex] print(cur_li._Flag) + if cur_li._Flag in self._AList: + print(self._AList[ cur_li._Flag ]) def OnLoadCb(self): if self._AList != None: