mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-04-28 17:09:32 +02:00
bluetooth
This commit is contained in:
@@ -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])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user