We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b53a9 commit 9bdffd0Copy full SHA for 9bdffd0
examples/clue_ble_color_patchwork.py
@@ -88,7 +88,6 @@ def ble_scan():
88
nearby_addresses.append(entry.address.address_bytes)
89
nearby_colors.append(entry.color)
90
else: # address was already in the list
91
- # print(entry.color)
92
# update the color to currently advertised value
93
_index = nearby_addresses.index(entry.address.address_bytes)
94
nearby_colors[_index] = entry.color
0 commit comments