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