mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 02:08:50 +01:00
bluetooth
This commit is contained in:
parent
ac5cf8bb67
commit
a3b07ecadd
@ -156,8 +156,11 @@ class BleInfoPage(Page):
|
||||
li._Flag = v
|
||||
|
||||
if v =="UUIDs":
|
||||
pp(self._AList[v][0])
|
||||
sm_text = str(self._AList[v][0])
|
||||
if len(self._AList[v]) > 1:
|
||||
pp(self._AList[v][0])
|
||||
sm_text = str(self._AList[v][0])
|
||||
else:
|
||||
sm_text = "<empty>"
|
||||
else:
|
||||
sm_text = str(self._AList[v])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user