We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c237d5 commit b83b0b7Copy full SHA for b83b0b7
examples/ble_beacon_simpletest.py
@@ -11,7 +11,6 @@
11
12
while True:
13
for entry in ble.start_scan(iBeaconAdvertisement, minimum_rssi=-120, timeout=3):
14
- entry: iBeaconAdvertisement
15
print("Beacon Power", entry.beacon_tx_power)
16
print("UUID:", entry.uuid)
17
print("Major", entry.major)
0 commit comments